Utils..::..TryAdd<(Of <(<'TKey, TValue>)>)> Method
Namespace:
SecretNET.Common
Assembly: SecretNET (in SecretNET.dll)
Assembly: SecretNET (in SecretNET.dll)
Syntax
public static bool TryAdd<TKey, TValue>( IDictionary<TKey, TValue> dictionary, TKey key, TValue value )
Type Parameters
- TKey
- TValue
Parameters
- dictionary
- Type: IDictionary<(Of <(<'TKey, TValue>)>)>
- key
- Type: TKey
- value
- Type: TValue