Initializing help system before first use

GetEnumerator Method

Gets an IEnumerator object that can be used to iterate over the objects in this list.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public IEnumerator GetEnumerator()

Return Value

Type:  IEnumerator

Implements

IEnumerableGetEnumerator
See Also