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