C# Class BitOrchestra.ConstantEvaluator

An evaluator for a constant value.
Inheritance: Evaluator
Afficher le fichier Open project: dzamkov/Bit-Orchestra

Méthodes publiques

Свойство Type Description
Value System.Int32

Méthodes publiques

Méthode Description
ConstantEvaluator ( Int32 Value ) : System
Generate ( Int32 Start, Int32 Buffer ) : void
Invalidate ( ) : void

Method Details

ConstantEvaluator() public méthode

public ConstantEvaluator ( Int32 Value ) : System
Value System.Int32
Résultat System

Generate() public méthode

public Generate ( Int32 Start, Int32 Buffer ) : void
Start System.Int32
Buffer System.Int32
Résultat void

Invalidate() public méthode

public Invalidate ( ) : void
Résultat void

Property Details

Value public_oe property

The value of the evaluator.
public Int32,System Value
Résultat System.Int32