NullSafeDictionaryTKey, TValueRemove Method |
Namespace:
Arsenal.ImageMounter.IO
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
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
Return Value
Type:
BooleanImplements
IDictionaryTKey, TValueRemove(TKey)See Also