C# Class Nustache.Core.FieldInfoValueGetter

Inheritance: ValueGetter
Mostrar archivo Open project: jdiamond/Nustache Class Usage Examples

Public Properties

Property Type Description
FieldInfo System.Reflection.FieldInfo

Public Methods

Method Description
GetValue ( ) : object

Private Methods

Method Description
FieldInfoValueGetter ( object target, FieldInfo fieldInfo ) : System

Method Details

GetValue() public method

public GetValue ( ) : object
return object

Property Details

FieldInfo public_oe property

public FieldInfo,System.Reflection FieldInfo
return System.Reflection.FieldInfo