C# Class MoreInternals.Model.StringValue

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

Private Properties

Property Type Description
Evaluate Value
ReferredToVariables List
Write void

Public Methods

Method Description
Bind ( Scope scope ) : Value
Equals ( object obj ) : bool
GetHashCode ( ) : int
StringValue ( string value ) : System

Private Methods

Method Description
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

StringValue() public method

public StringValue ( string value ) : System
value string
return System