WeakCollectionTGetEnumerator Method |
Enumerates the collection.
Each MoveNext() call on the enumerator is O(1), thus the enumeration is O(n).
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IEnumerator<T> GetEnumerator()
Return Value
IEnumeratorT[Missing <returns> documentation for "M:Altaxo.Collections.WeakCollection`1.GetEnumerator"]
Implements
IEnumerableTGetEnumeratorSee Also