Item

OptionCollection indexer (1 of 2)

Ruft Option nach Index ab.

public Option this[int index] { get; }
ParameterBeschreibung
indexIndex der Option.

Rückgabewert

Option auf den angegebenen Index.

Siehe auch


OptionCollection indexer (2 of 2)

Ruft die Option anhand ihres Namens ab.

public Option this[string name] { get; }
ParameterBeschreibung
nameName der Option.

Rückgabewert

Option gefunden.

Siehe auch