ListDictionary<TKey,TValue>.Remove Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Remove(TKey, TValue) | |
Remove(TValue) | |
Remove(TKey) |
Remove(TKey, TValue)
public:
void Remove(TKey key, TValue value);
public void Remove (TKey key, TValue value);
member this.Remove : 'Key * 'Value -> unit
Public Sub Remove (key As TKey, value As TValue)
Parameters
- key
- TKey
- value
- TValue
Applies to
Remove(TValue)
public:
void Remove(TValue value);
public void Remove (TValue value);
member this.Remove : 'Value -> unit
Public Sub Remove (value As TValue)
Parameters
- value
- TValue
Applies to
Remove(TKey)
public:
virtual bool Remove(TKey key);
public bool Remove (TKey key);
abstract member Remove : 'Key -> bool
override this.Remove : 'Key -> bool
Public Function Remove (key As TKey) As Boolean
Parameters
- key
- TKey