 | CAEXSequenceEnumeratorTCurrent 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
Syntaxpublic T Current { get; }
Public ReadOnly Property Current As T
Get
public:
virtual property T Current {
T get () sealed;
}
Property Value
TImplements
IEnumeratorTCurrent
See Also