ArraySectionEnumeratorTCurrent Property

Gets the element at the current position of the enumerator.

Definition

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

Property Value

T

Implements

IEnumeratorTCurrent

See Also