Item

SolutionXMLCollection indexer (1 of 2)

获取指定索引处的元素。

public SolutionXML this[int index] { get; }
范围 描述
index

也可以看看


SolutionXMLCollection indexer (2 of 2)

获取指定属性名称处的元素。如果元素不存在,则返回 null.

public SolutionXML this[string name] { get; }
范围 描述
name

也可以看看