NodeCollection T  GetEnumerator Method Bespoke Osc Library
Returns an enumerator that iterates through the collection.

Namespace: Bespoke.Common
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Function GetEnumerator As IEnumerator(Of Node(Of T))

Return Value

An enumerator for the collection.

Implements

OnlineIEnumerable T  GetEnumerator 
See Also