Click or drag to resize
CombinedInfoObjectCollection<CollectionType, ObjectType>.GetEnumerator Method
Gets the enumerator over the collection.

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

Return Value

Type: IEnumerator<ObjectType>

Implements

IEnumerable<T>.GetEnumerator()
See Also