CastArray2DTFrom, TToGetEnumerator Method

Returns an enumerator that iterates through the items of this CastArray2DTFrom, TTo.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public CastArrayEnumerator<TFrom, TTo> GetEnumerator()

Return Value

CastArrayEnumeratorTFrom, TTo
A CastArrayEnumeratorTFrom, TTo instance that can be used to iterate though the elements of this CastArray2DTFrom, TTo.

Remarks

See Also