Click or drag to resize

CAEXLibraryTLibItemGetEnumerator 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
public IEnumerator<TLibItem> GetEnumerator()

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also