NameObjectCollectionBase.KeysCollection.Get(Int32) Metoda

Definice

Získá klíč v zadaném indexu kolekce.

public:
 virtual System::String ^ Get(int index);
public virtual string Get (int index);
public virtual string? Get (int index);
abstract member Get : int -> string
override this.Get : int -> string
Public Overridable Function Get (index As Integer) As String

Parametry

index
Int32

Index klíče založeného na nule, který se má získat z kolekce.

Návraty

A String , který obsahuje klíč v zadaném indexu kolekce.

Výjimky

index je mimo platný rozsah indexů pro kolekci.

Poznámky

Tato metoda je operace O(1).

Platí pro