Note
The returned enumerator supports the IEnumerator.Reset method.
public IEnumerator<T> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of T)
public:
virtual IEnumerator<T>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<'T>
override GetEnumerator : unit -> IEnumerator<'T>
The returned enumerator is safe to use concurrently with reads and writes to the ThreadSafeHashSetT; however, it does not represent a moment-in-time snapshot. The contents exposed through the enumerator may contain modifications made to the ThreadSafeHashSetT after GetEnumerator was called.