RestrictedAccessDictionaryTKey, TValueRemove Method (TKey) |
[Missing <summary> documentation for "M:Bio.Util.RestrictedAccessDictionary`2.Remove(`0)"]
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool Remove(
TKey key
)
Public Function Remove (
key As TKey
) As Boolean
public:
virtual bool Remove(
TKey key
) sealed
abstract Remove :
key : 'TKey -> bool
override Remove :
key : 'TKey -> bool
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