C# Class Cottle.Values.ReflectionValue

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

Public Methods

Method Description
ReflectionValue ( object source ) : System
ReflectionValue ( object source, BindingFlags binding ) : System

Protected Methods

Method Description
Resolve ( ) : Value

Method Details

ReflectionValue() public method

public ReflectionValue ( object source ) : System
source object
return System

ReflectionValue() public method

public ReflectionValue ( object source, BindingFlags binding ) : System
source object
binding BindingFlags
return System

Resolve() protected method

protected Resolve ( ) : Value
return Value