Retrieve a forward moving iterator to the array.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public virtual IEnumerator GetEnumerator()
Return Value
IEnumeratorReturns a forward moving iterator to the array.
Implements
IEnumerable.GetEnumerator()
See Also
Reference