Click or drag to resize
ConcurrentListTGetEnumerator 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: IEnumeratorT
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also