Click or drag to resize
ConcurrentHashSet<T>.GetEnumerator Method
Returns an enumerator that iterates through the collection.

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumerator<T>
A IEnumerator< T> that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator()
See Also