ObjectsEnumeratorTIEnumeratorCurrent Property
Gets the element in the collection at the current position of the enumerator.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
Object IEnumerator.Current { get; }
Private ReadOnly Property Current As Object
Implements IEnumerator.Current
Get
private:
virtual property Object^ Current {
Object^ get () sealed = IEnumerator::Current::get;
}
private abstract Current : Object with get
private override Current : Object with get
ObjectThe element in the collection at the current position of the enumerator.
IEnumeratorCurrent