CastArrayEnumeratorTFrom, TToCurrent 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 TTo Current {
get;
}
Public ReadOnly Property Current As TTo
Get
public:
virtual property TTo Current {
TTo get () sealed;
}
abstract Current : 'TTo with
get
override Current : 'TTo with
get
TToIEnumeratorTCurrent