ForEachNodeListEnumerator.NodeList Propiedad

Definición

Obtiene una clase ArrayList que contiene una colección de nodos producidos por la operación XPath.

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

Valor de propiedad

Para obtener más información sobre la clase ArrayList, vea ArrayList Class en la biblioteca de clases de .NET Framework.

Implementaciones

Se aplica a