C# Class Utilities.Random.BaseClasses.GeneratorAttributeBase

Inheritance: System.Attribute, IGenerator
Afficher le fichier Open project: JaCraig/Craig-s-Utility-Library

Méthodes publiques

Méthode Description
NextObj ( System Rand ) : object

Generates next object

Méthodes protégées

Méthode Description
GeneratorAttributeBase ( object Min, object Max ) : System

Constructor

Method Details

GeneratorAttributeBase() protected méthode

Constructor
protected GeneratorAttributeBase ( object Min, object Max ) : System
Min object Minimum value
Max object Maximum value
Résultat System

NextObj() public abstract méthode

Generates next object
public abstract NextObj ( System Rand ) : object
Rand System Random number generator
Résultat object