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(含)。

适用于