Array2DTGetEnumerator Method

Returns an enumerator that iterates through the items of this Array2DT.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public ArraySectionEnumerator<T> GetEnumerator()

Return Value

ArraySectionEnumeratorT
An ArraySectionEnumeratorT instance that can be used to iterate though the elements of this Array2DT.

Remarks

See Also