Item

SolutionXMLCollection indexer (1 of 2)

Obtiene el elemento en el índice especificado.

public SolutionXML this[int index] { get; }
ParámetroDescripción
index

Ver también


SolutionXMLCollection indexer (2 of 2)

Obtiene el elemento en el atributo Nombre especificado. Devuelve nulo si un elemento no existe.

public SolutionXML this[string name] { get; }
ParámetroDescripción
name

Ver también