 | CAEXLibraryTLibItemIEnumerableGetEnumerator Method |
Gets the enumerator to iterate through the collection of library objects.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxIEnumerator IEnumerable.GetEnumerator()
Private Function GetEnumerator As IEnumerator
Implements IEnumerable.GetEnumerator
private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator
Return Value
IEnumerator
An enumerator that can be used to iterate through the collection of library objects.
Implements
IEnumerableGetEnumerator
See Also