Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Nustache
Core
GenericDictionaryValueGetter
C# 클래스 Nustache.Core.GenericDictionaryValueGetter
상속:
ValueGetter
파일 보기
프로젝트 열기: jdiamond/Nustache
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
DictionaryType
System.Type
GetMethod
System.Reflection.MethodInfo
Key
string
공개 메소드들
메소드
설명
GetValue
( ) :
object
비공개 메소드들
메소드
설명
GenericDictionaryValueGetter
(
object
target
,
string
key
,
Type
dictionaryType
) :
System
메소드 상세
GetValue()
공개
메소드
public
GetValue
( ) :
object
리턴
object
프로퍼티 상세
DictionaryType
공개적으로 프로퍼티
public
Type,System
DictionaryType
리턴
System.Type
GetMethod
공개적으로 프로퍼티
public
MethodInfo,System.Reflection
GetMethod
리턴
System.Reflection.MethodInfo
Key
공개적으로 프로퍼티
public
string
Key
리턴
string