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

Property Value

T

Implements

IEnumerator<T>.Current

Exceptions

InvalidOperationException

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

See Also