XPathArray.Size PropertyXPathArray.Size PropertyXPathArray::Size Property

Gets the number of members in the array.

Syntax

Public ReadOnly Property Size As Integer
        Get
public int Size { get; }
public:
property int Size {
    int get();
}
 

Property Value

Type: System.Int32System.Int32System::Int32

The number of members in the array.