Item

SolutionXMLCollection indexer (1 of 2)

Obtient l’élément à l’index spécifié.

public SolutionXML this[int index] { get; }
Paramètre La description
index

Voir également


SolutionXMLCollection indexer (2 of 2)

Obtient l’élément au nom de l’attribut spécifié. Renvoie null si un élément n’existe pas.

public SolutionXML this[string name] { get; }
Paramètre La description
name

Voir également