 | EventedListTEnumeratorCurrent Property |
Gets the element at the current position of the enumerator.
Namespace:
System.Collections.Generic
Assembly:
AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntaxpublic T Current { get; }
Public ReadOnly Property Current As T
Get
public:
virtual property T Current {
T get () sealed;
}
Request Example
View SourceProperty Value
Type:
TThe current element.
See Also