Freigeben über


OrderedDictionary<TKey,TValue>.SetAt Methode

Definition

Überlädt

SetAt(Int32, TValue)
SetAt(Int32, TKey, TValue)

SetAt(Int32, TValue)

public:
 void SetAt(int index, TValue value);
public void SetAt (int index, TValue value);
member this.SetAt : int * 'Value -> unit
Public Sub SetAt (index As Integer, value As TValue)

Parameter

index
Int32
value
TValue

Gilt für:

SetAt(Int32, TKey, TValue)

public:
 void SetAt(int index, TKey key, TValue value);
public void SetAt (int index, TKey key, TValue value);
member this.SetAt : int * 'Key * 'Value -> unit
Public Sub SetAt (index As Integer, key As TKey, value As TValue)

Parameter

index
Int32
key
TKey
value
TValue

Gilt für: