C# 클래스 SharpVectors.Collections.TypeDictionary

상속: System.Collections.Hashtable
파일 보기 프로젝트 열기: codebutler/savagesvg 1 사용 예제들

공개 메소드들

메소드 설명
CreateInstance ( string key, object args ) : Object
CreateInstance ( string key, object args, BindingFlags flags ) : Object
this ( string key ) : Type

메소드 상세

CreateInstance() 공개 메소드

public CreateInstance ( string key, object args ) : Object
key string
args object
리턴 Object

CreateInstance() 공개 메소드

public CreateInstance ( string key, object args, BindingFlags flags ) : Object
key string
args object
flags BindingFlags
리턴 Object

this() 공개 메소드

public this ( string key ) : Type
key string
리턴 System.Type