XmlNodeList.Length Свойство

Определение

Возвращает длину списка.

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

Значение свойства

UInt32

unsigned int

uint32_t

Длина списка. Диапазон допустимых индексов дочерних узлов составляет от 0 до длины 1 включительно.

Применяется к