C# Class Cottle.Values.LazyValue

Inheritance: ResolveValue
Show file Open project: r3c/cottle

Public Methods

Method Description
LazyValue ( Func resolver ) : System

Protected Methods

Method Description
Resolve ( ) : Value

Method Details

LazyValue() public method

public LazyValue ( Func resolver ) : System
resolver Func
return System

Resolve() protected method

protected Resolve ( ) : Value
return Value