Click or drag to resize
InfoObjectCollection<TInfo>.GetEnumerator Method
Gets the enumerator for the collection

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public IEnumerator<TInfo> GetEnumerator()

Return Value

Type: IEnumerator<TInfo>

Implements

IEnumerable<T>.GetEnumerator()
See Also