Click or drag to resize
RestrictedAccessDictionaryTKey, TValueRemove Method (KeyValuePairTKey, TValue)
Remove an item from a restricted dictionary if that is allowd. It is not, raise an exception.

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

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TValue
The item to remove

Return Value

Type: Boolean
true if the item was in the dictionary; otherwise, false

Implements

ICollectionTRemove(T)
See Also