C# Class MoreInternals.Model.CompoundValue

Inheritance: Value
Show file Open project: kevin-montrose/More Class Usage Examples

Public Methods

Method Description
Bind ( Scope scope ) : Value
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsImportant ( ) : bool

Private Methods

Method Description
CompoundValue ( ) : System
Evaluate ( ) : Value
ReferredToVariables ( ) : List
Write ( TextWriter output ) : void

Method Details

Bind() public method

public Bind ( Scope scope ) : Value
scope Scope
return Value

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsImportant() public method

public IsImportant ( ) : bool
return bool