C# Class Nustache.Core.MethodInfoValueGetter

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

Public Properties

Property Type Description
MethodInfo System.Reflection.MethodInfo

Public Methods

Method Description
GetValue ( ) : object

Private Methods

Method Description
MethodInfoValueGetter ( object target, MethodInfo methodInfo ) : System

Method Details

GetValue() public method

public GetValue ( ) : object
return object

Property Details

MethodInfo public_oe property

public MethodInfo,System.Reflection MethodInfo
return System.Reflection.MethodInfo