ArraySectionTGetEnumerator Method
Returns an enumerator that iterates through the items of this
ArraySectionT.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public ArraySectionEnumerator<T> GetEnumerator()
Public Function GetEnumerator As ArraySectionEnumerator(Of T)
public:
ArraySectionEnumerator<T> GetEnumerator()
member GetEnumerator : unit -> ArraySectionEnumerator<'T>
Return Value
ArraySectionEnumeratorTAn
ArraySectionEnumeratorT instance that can be used to iterate though the elements of this
ArraySectionT.