Click or drag to resize

RouletteDictionaryTKey, TValueRemoveRandomAndGet Method

Overload List
  NameDescription
Public methodRemoveRandomAndGet
Removes a random entry from the dictionary, returning the removed entry as a KeyValuePair.
Public methodRemoveRandomAndGet(FuncTValue, Boolean)
Removes a random entry from the dictionary that satisfies a condition, returning the removed entry as a KeyValuePair.
Top
See Also