Click or drag to resize

VariableCollection.GetEnumerator Method

Return an enumerator that iterates over the collection.

Namespace:  RootPro.RootProCAD.Command
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public IEnumerator<Variable> GetEnumerator()

Return Value

Type: IEnumerator<Variable>

Implements

IEnumerable<T>.GetEnumerator()
See Also