Item

NameCollection indexer (1 of 2)

获取Name指定索引处的元素。

public Name this[int index] { get; }
范围描述
index元素的从零开始的索引。

返回值

指定索引处的元素。

也可以看看


NameCollection indexer (2 of 2)

获取Name具有指定名称的元素。

public Name this[string text] { get; }
范围描述
text名称文本。

返回值

具有指定名称的元素。

也可以看看