Click or drag to resize
RestrictedAccessDictionaryTKey, TValueAdd Method (KeyValuePairTKey, TValue)

[Missing <summary> documentation for "M:Bio.Util.RestrictedAccessDictionary`2.Add(System.Collections.Generic.KeyValuePair{`0,`1})"]

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void Add(
	KeyValuePair<TKey, TValue> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TValue

[Missing <param name="item"/> documentation for "M:Bio.Util.RestrictedAccessDictionary`2.Add(System.Collections.Generic.KeyValuePair{`0,`1})"]

Implements

ICollectionTAdd(T)
See Also