CastArrayEnumeratorTFrom, TToCurrent Property

Gets the element at the current position of the enumerator.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public TTo Current {
	get;
 }

Property Value

TTo

Implements

IEnumeratorTCurrent

See Also