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

또한보십시오