SolutionXMLCollection.Item

SolutionXMLCollection indexer (1 of 2)

Gets the element at the specified index.

public SolutionXML this[int index] { get; }
ParameterDescription
index

See Also


SolutionXMLCollection indexer (2 of 2)

Gets the element at the specified attribute Name. Returns null if an element is not exist.

public SolutionXML this[string name] { get; }
ParameterDescription
name

See Also