ForEachNodeListEnumerator.NodeList Property

Definition

Gets an ArrayList class that contains a collection of nodes that the XPath operation produces.

public:
 property System::Collections::ArrayList ^ NodeList { System::Collections::ArrayList ^ get(); };
public System.Collections.ArrayList NodeList { get; }
member this.NodeList : System.Collections.ArrayList
Public ReadOnly Property NodeList As ArrayList

Property Value

For more information about the ArrayList, see ArrayList Class in the .NET Framework Class Library.

Implements

Applies to