THashSet<T>.GetEnumerator Method
Returns an enumerator that iterates through a THashSet<T> object.
public function GetEnumerator: IEnumerator<T>; override;
Returns an enumerator that iterates through a THashSet<T> object.
public function GetEnumerator: IEnumerator<T>; override;