 | RouletteDictionaryTKey, TValueRemoveRandom Method |
Removes a random entry from the dictionary.
Namespace:
Scaleout.Collections
Assembly:
Scaleout.Collections (in Scaleout.Collections.dll) Version: 1.0.3.0 (1.0.3.0)
Syntaxpublic bool RemoveRandom()
Return Value
Type:
Booleantrue if an element; otherwise, false. This method returns false if the dictionary is empty.
See Also