C# Class Nustache.Core.GenericDictionaryValueGetter

Inheritance: ValueGetter
Mostra file Open project: jdiamond/Nustache Class Usage Examples

Public Properties

Property Type Description
DictionaryType System.Type
GetMethod System.Reflection.MethodInfo
Key string

Public Methods

Method Description
GetValue ( ) : object

Private Methods

Method Description
GenericDictionaryValueGetter ( object target, string key, Type dictionaryType ) : System

Method Details

GetValue() public method

public GetValue ( ) : object
return object

Property Details

DictionaryType public_oe property

public Type,System DictionaryType
return System.Type

GetMethod public_oe property

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

Key public_oe property

public string Key
return string