Utils..::..AddOrReplace<(Of <(<'TKey, TValue>)>)> Method

Namespace:  SecretNET.Common
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public static void AddOrReplace<TKey, TValue>(
	IDictionary<TKey, TValue> dico,
	TKey key,
	TValue value
)

Type Parameters

TKey
TValue

Parameters

dico
Type: IDictionary<(Of <(<'TKey, TValue>)>)>
key
Type: TKey
value
Type: TValue