Click or drag to resize
RestrictedAccessDictionaryTKey, TValueRemove Method (TKey)

[Missing <summary> documentation for "M:Bio.Util.RestrictedAccessDictionary`2.Remove(`0)"]

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool Remove(
	TKey key
)

Parameters

key
Type: TKey

[Missing <param name="key"/> documentation for "M:Bio.Util.RestrictedAccessDictionary`2.Remove(`0)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Bio.Util.RestrictedAccessDictionary`2.Remove(`0)"]

Implements

IDictionaryTKey, TValueRemove(TKey)
See Also