Item

SolutionXMLCollection indexer (1 of 2)

指定されたインデックスの要素を取得します。

public SolutionXML this[int index] { get; }
パラメータ 説明
index

関連項目


SolutionXMLCollection indexer (2 of 2)

指定された属性 Name の要素を取得します。要素が存在しない場合は null を返します.

public SolutionXML this[string name] { get; }
パラメータ 説明
name

関連項目