C# Class Utilities.Random.BaseClasses.GeneratorAttributeBase

Inheritance: System.Attribute, IGenerator
Mostra file Open project: JaCraig/Craig-s-Utility-Library

Public Methods

Method Description
NextObj ( System Rand ) : object

Generates next object

Protected Methods

Method Description
GeneratorAttributeBase ( object Min, object Max ) : System

Constructor

Method Details

GeneratorAttributeBase() protected method

Constructor
protected GeneratorAttributeBase ( object Min, object Max ) : System
Min object Minimum value
Max object Maximum value
return System

NextObj() public abstract method

Generates next object
public abstract NextObj ( System Rand ) : object
Rand System Random number generator
return object