Array3DTGetEnumerator Method

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

Definition

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

Return Value

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

Remarks

See Also