[This is preliminary documentation and is subject to change.]
Namespace: NFX.CollectionsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public bool Remove(
KeyValuePair<TKey, TValue> item
)
public bool Remove(
KeyValuePair<TKey, TValue> item
)
Public Function Remove (
item As KeyValuePair(Of TKey, TValue)
) As Boolean
Public Function Remove (
item As KeyValuePair(Of TKey, TValue)
) As Boolean
public:
virtual bool Remove(
KeyValuePair<TKey, TValue> item
) sealed
public:
virtual bool Remove(
KeyValuePair<TKey, TValue> item
) sealed
abstract Remove :
item : KeyValuePair<'TKey, 'TValue> -> bool
override Remove :
item : KeyValuePair<'TKey, 'TValue> -> bool
abstract Remove :
item : KeyValuePair<'TKey, 'TValue> -> bool
override Remove :
item : KeyValuePair<'TKey, 'TValue> -> bool
Return Value
Type:
BooleanImplements
ICollection T Remove(T)