C# Class BitOrchestra.IdentityExpression

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

Public Properties

Property Type Description
Instance IdentityExpression

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Protected Methods

Method Description
CreateEvaluator ( Evaluator>.Dictionary Cache, int BufferSize, int Resolution ) : Evaluator

Private Methods

Method Description
IdentityExpression ( ) : System

Method Details

CreateEvaluator() protected method

protected CreateEvaluator ( Evaluator>.Dictionary Cache, int BufferSize, int Resolution ) : Evaluator
Cache Evaluator>.Dictionary
BufferSize int
Resolution int
return Evaluator

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

Instance public static property

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