|
PeanutButter
|
Base class for UniqueRandomValueGenerator<T>. More...
Public Member Functions | |
| object | NextObjectValue () |
| Gets the next unique value as an object so it can be used in reflection and suchlike. | |
| T | Next () |
| Get the next value, Typed. | |
| override object | NextObjectValue () |
Static Public Member Functions | |
| static UniqueRandomValueGenerator | For (Type t) |
| Produces an instance of an UniqueRandomValueGenerator for the provided Type t. | |
Base class for UniqueRandomValueGenerator<T>.
Generates unique random values per instance.
| T |
|
static |
Produces an instance of an UniqueRandomValueGenerator for the provided Type t.
| t |
| T PeanutButter.RandomGenerators.UniqueRandomValueGenerator< T >.Next | ( | ) |
Get the next value, Typed.
|
abstract |
Gets the next unique value as an object so it can be used in reflection and suchlike.