Click or drag to resize
SafeHashSetTGetEnumerator Method
Returns an enumerator that iterates through a collection.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumeratorT

Implements

IEnumerableTGetEnumerator
See Also