THashSet<T>.GetEnumerator Method

Returns an enumerator that iterates through a THashSet<T> object.

Namespace: Spring.Collections.Sets
public
 function GetEnumerator: IEnumerator<T>; override;

Return Value

Type: IEnumerator<T>

A THashSet<T>.TEnumerator object for the THashSet<T> object.

Implements

IEnumerable.GetEnumerator

Overrides

TEnumerableBase.GetEnumerator