C# Class Cottle.Values.FunctionValue

Inheritance: Value
Show file Open project: r3c/cottle Class Usage Examples

Public Methods

Method Description
CompareTo ( Value other ) : int
FunctionValue ( IFunction function ) : Cottle.Maps
GetHashCode ( ) : int
ToString ( ) : string

Method Details

CompareTo() public method

public CompareTo ( Value other ) : int
other Value
return int

FunctionValue() public method

public FunctionValue ( IFunction function ) : Cottle.Maps
function IFunction
return Cottle.Maps

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string