Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Defines the data generator contract.
The IGenerator type exposes the following members.
Methods
Name
Description
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Generates the next value according to the data generator algorithm.
Retrieves an output value.
Initializes a data generator.
Sets the input values for a data generator.
Validates that all the required inputs for a data generator have been set.
Top