Redigera

Dela via


OrderedDictionary<TKey,TValue>.SetAt Method

Definition

Overloads

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)

Parameters

index
Int32
value
TValue

Applies to

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)

Parameters

index
Int32
key
TKey
value
TValue

Applies to