  | RouletteDictionaryTKey, TValueRemove Method  | 
 
            Removes the value with the specified key from the dictionary.
            
 
    Namespace: 
   Scaleout.Collections
    Assembly:
   Scaleout.Collections (in Scaleout.Collections.dll) Version: 1.0.3.0 (1.0.3.0)
Syntaxpublic bool Remove(
	TKey key
)
Parameters
- key
 - Type: TKey
key of the element to remove 
Return Value
Type: 
Booleantrue if the element is found and removed; otherwise, false. This method returns false if key is not found in the dictionary
Implements
IDictionaryTKey, TValueRemove(TKey)
See Also