PrincipalValueCollection<T>.Item[Int32] Vlastnost

Definice

Získá objekt v zadaném indexu v kolekci.

public:
 property T default[int] { T get(int index); void set(int index, T value); };
public T this[int index] { get; set; }
member this.Item(int) : 'T with get, set
Default Public Property Item(index As Integer) As T

Parametry

index
Int32

Celé číslo

Hodnota vlastnosti

T

Prvek na pozici zadaného indexu.

Implementuje

Platí pro