  | RouletteDictionaryTKey, TValueRemoveRandomAndGet Method  | 
 
            Removes a random entry from the dictionary, returning the removed
            entry as a KeyValuePair.
            
 
    Namespace: 
   Scaleout.Collections
    Assembly:
   Scaleout.Collections (in Scaleout.Collections.dll) Version: 1.0.3.0 (1.0.3.0)
Syntaxpublic KeyValuePair<TKey, TValue> RemoveRandomAndGet()
Return Value
Type: 
KeyValuePairTKey, 
TValueA KeyValuePair containing the removed entry.
See Also