[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Returns an enumerator that iterates through the collection.

Namespace: DynamicNode.Types.Base
Assembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)

Syntax

C#
public IEnumerator<Vector<T>> GetEnumerator()
Visual Basic
Public Function GetEnumerator As IEnumerator(Of Vector(Of T))
F#
abstract GetEnumerator : unit -> IEnumerator<Vector<'T>> 
override GetEnumerator : unit -> IEnumerator<Vector<'T>> 

Return Value

A IEnumerator<(Of <(<'T>)>)> that can be used to iterate through the collection.

Implements

IEnumerable<(Of <(<'T>)>)>..::..GetEnumerator()()()()

See Also