C# Class Cottle.Values.ResolveValue

Inheritance: Value
Show file Open project: r3c/cottle

Public Methods

Method Description
CompareTo ( Value other ) : int
GetHashCode ( ) : int
ToString ( ) : string

Protected Methods

Method Description
Resolve ( ) : Value

Private Methods

Method Description
Acquire ( ) : Value

Method Details

CompareTo() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Resolve() protected abstract method

protected abstract Resolve ( ) : Value
return Value

ToString() public method

public ToString ( ) : string
return string