RestrictedAccessDictionaryTKey, TValueAdd Method (TKey, TValue) |
[Missing <summary> documentation for "M:Bio.Util.RestrictedAccessDictionary`2.Add(`0,`1)"]
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public void Add(
TKey key,
TValue value
)
Public Sub Add (
key As TKey,
value As TValue
)
public:
virtual void Add(
TKey key,
TValue value
) sealed
abstract Add :
key : 'TKey *
value : 'TValue -> unit
override Add :
key : 'TKey *
value : 'TValue -> unit
Parameters
- key
- Type: TKey
[Missing <param name="key"/> documentation for "M:Bio.Util.RestrictedAccessDictionary`2.Add(`0,`1)"]
- value
- Type: TValue
[Missing <param name="value"/> documentation for "M:Bio.Util.RestrictedAccessDictionary`2.Add(`0,`1)"]
Implements
IDictionaryTKey, TValueAdd(TKey, TValue)See Also