C# Class Nustache.Core.ValueGetter

Show file Open project: jdiamond/Nustache Class Usage Examples

Public Properties

Property Type Description
NoValue object

Public Methods

Method Description
Accept ( ValueGetterVisitor visitor ) : void
GetValue ( ) : object
GetValue ( object target, string name ) : object

Method Details

Accept() public method

public Accept ( ValueGetterVisitor visitor ) : void
visitor ValueGetterVisitor
return void

GetValue() public abstract method

public abstract GetValue ( ) : object
return object

GetValue() public static method

public static GetValue ( object target, string name ) : object
target object
name string
return object

Property Details

NoValue public static property

public static object NoValue
return object