ArraySectionEnumeratorTCurrent Property
Gets the element at the current position of the enumerator.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public T Current {
get;
}
Public ReadOnly Property Current As T
Get
public:
virtual property T Current {
T get () sealed;
}
abstract Current : 'T with
get
override Current : 'T with
get
TIEnumeratorTCurrent