OrderedDictionaryTKey, TValueRemove(TKey) Method
Namespace: Gemstone.CollectionsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
public bool Remove(
TKey key
)
Public Function Remove (
key As TKey
) As Boolean
public:
virtual bool Remove(
TKey key
) sealed
- key TKey
- The key of the element to remove.
Booleantrue if the element is successfully found and removed; otherwise, false. This method returns false if
key is not found in the
OrderedDictionaryTKey, TValue.
IDictionaryTKey, TValueRemove(TKey) ArgumentNullException | key is null. |