RandomEnumerator<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#
public T Current { get; }

Property Value

T

Implements

IEnumerator<T>.Current

Exceptions

InvalidOperationExceptionThe enumerator is positioned before the first element of the collection or after the last element.

See Also