Share via


TradeCommonIEnumerable.getEnumerator Method [AX 2012]

Creates an enumerator for a list that lets the user traverse the list.

Syntax

public TradeCommonIEnumerator getEnumerator()

Run On

Called

Return Value

Type: TradeCommonIEnumerator Interface
An instance that implements the TradeCommonIEnumerator interface.

See Also

Reference

TradeCommonIEnumerable Interface