XmlNamedNodeMap.Length Property

Definition

Gets the length of the list of nodes.

public:
 property unsigned int Length { unsigned int get(); };
uint32_t Length();
public uint Length { get; }
var uInt32 = xmlNamedNodeMap.length;
Public ReadOnly Property Length As UInteger

Property Value

UInt32

unsigned int

uint32_t

The number of nodes in the list.

Remarks

The range of valid child node indices is 0 to length-1 inclusive.

Applies to