Random Enumerator<T>.Current Property
Gets the current value of the enumerator.
Definition
Namespace: Extreme.Mathematics.Random
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public T Current { get; }
Property Value
TImplements
IEnumerator<T>.CurrentExceptions
InvalidOperationException | The enumerator is positioned before the first element of the collection or after the last element. |