Click or drag to resize

CAEXLibraryTLibItemIEnumerableGetEnumerator Method

Gets the enumerator to iterate through the collection of library objects.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
IEnumerator IEnumerable.GetEnumerator()

Return Value

IEnumerator
An enumerator that can be used to iterate through the collection of library objects.

Implements

IEnumerableGetEnumerator
See Also