Click or drag to resize
InfoObjectCollectionTInfoGetEnumerator Method
Gets the enumerator for the collection

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

Return Value

Type: IEnumeratorTInfo

Implements

IEnumerableTGetEnumerator
See Also