RandomizedCollection<T>.GetEnumerator Method

Gets an IEnumerator that can be used to iterate through the elements of the collection.

Definition

Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public IEnumerator<T> GetEnumerator()

Return Value

IEnumerator<T>

Implements

IEnumerable<T>.GetEnumerator()

See Also