Item

OptionCollection indexer (1 of 2)

Obtiene la opción por index.

public Option this[int index] { get; }
ParámetroDescripción
indexÍndice de la opción.

Valor_devuelto

Opción sobre el índice especificado.

Ver también


OptionCollection indexer (2 of 2)

Obtiene la opción por su nombre.

public Option this[string name] { get; }
ParámetroDescripción
nameNombre de la opción.

Valor_devuelto

Opción encontrada.

Ver también