PeanutButter
Loading...
Searching...
No Matches
PeanutButter.RandomGenerators.UniqueRandomValueGenerator< T > Class Template Reference

Generates unique random values per instance. More...

Inheritance diagram for PeanutButter.RandomGenerators.UniqueRandomValueGenerator< T >:
PeanutButter.RandomGenerators.UniqueRandomValueGenerator

Public Member Functions

Next ()
 Get the next value, Typed.
override object NextObjectValue ()
Public Member Functions inherited from PeanutButter.RandomGenerators.UniqueRandomValueGenerator
object NextObjectValue ()
 Gets the next unique value as an object so it can be used in reflection and suchlike.

Additional Inherited Members

Static Public Member Functions inherited from PeanutButter.RandomGenerators.UniqueRandomValueGenerator
static UniqueRandomValueGenerator For (Type t)
 Produces an instance of an UniqueRandomValueGenerator for the provided Type t.

Detailed Description

Generates unique random values per instance.

Template Parameters
T

Member Function Documentation

◆ Next()

Get the next value, Typed.

Returns

The documentation for this class was generated from the following file:
  • source/TestUtils/PeanutButter.RandomGenerators/UniqueRandomValueGenerator.cs