Gets the current value of the enumerator.

Namespace: Extreme.Statistics.Random
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Current As Object
C#
public Object Current { get; }
C++
public:
virtual Object^ Current {
	Object^ get () sealed;
}

Exceptions

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