Click or drag to resize
InfoDataSetTInfoGetEnumerator Method
Gets the strongly typed enumerator for the collection

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

Return Value

Type: IEnumeratorTInfo

Implements

IEnumerableTGetEnumerator
See Also