Randomized Collection<T>.Get Enumerator 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.1.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public IEnumerator<T> GetEnumerator()