List.getEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an enumerator for a list which allows you to traverse the list.
public:
Microsoft::Dynamics::Ax::Xpp::ListEnumerator ^ getEnumerator();
public Microsoft.Dynamics.Ax.Xpp.ListEnumerator getEnumerator ();
member this.getEnumerator : unit -> Microsoft.Dynamics.Ax.Xpp.ListEnumerator
Public Function getEnumerator () As ListEnumerator
Returns
A listEnumerator object for the current list.