Click or drag to resize

WeakReferenceSetTGetEnumerator Method

Returns an enumerator that iterates through the alive items of the collection.

Namespace:  TomsToolbox.Essentials
Assembly:  TomsToolbox.Essentials (in TomsToolbox.Essentials.dll)
Syntax
public IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumeratorT
A System.Collections.Generic.IEnumerator{T} that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also