 | CAEXSequenceEnumeratorTIEnumeratorCurrent Property |
Gets the item in the collection at the current position of the enumerator.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxObject IEnumerator.Current { get; }
Private ReadOnly Property Current As Object
Implements IEnumerator.Current
Get
private:
virtual property Object^ Current {
Object^ get () sealed = IEnumerator::Current::get;
}
Property Value
ObjectImplements
IEnumeratorCurrent
See Also