Click or drag to resize
CombinedObjectCollectionCollectionType, ObjectTypeGetEnumerator Method
Gets the enumerator over the collection.

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

Return Value

Type: IEnumeratorObjectType

Implements

IEnumerableTGetEnumerator
See Also