Click or drag to resize
ConfigGetEnumerator Method
Returns an enumerator to traverse the parameter names as String instances.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public IEnumerator GetEnumerator()

Return Value

Type: IEnumerator
IEnumerator that can be used to traverse the parameter names as String instances.

Implements

IEnumerableGetEnumerator
See Also