C# Class BitOrchestra.IdentityEvaluator

An evaluator that returns the value of the parameter.
Inheritance: Evaluator
Show file Open project: dzamkov/Bit-Orchestra

Public Properties

Property Type Description
Instance IdentityEvaluator

Public Methods

Method Description
Generate ( Int32 Start, Int32 Buffer ) : void

Private Methods

Method Description
IdentityEvaluator ( ) : System

Method Details

Generate() public method

public Generate ( Int32 Start, Int32 Buffer ) : void
Start System.Int32
Buffer System.Int32
return void

Property Details

Instance public static property

The only instance of this class.
public static IdentityEvaluator,BitOrchestra Instance
return IdentityEvaluator