C# 클래스 SmallDict, code

파일 보기 프로젝트 열기: shendongnian/code

공개 프로퍼티들

프로퍼티 타입 설명
BigDict SomeStruct>.Dictionary

공개 메소드들

메소드 설명
SmallDict ( Dictionary, bigDict )
this ( key ) : string

메소드 상세

SmallDict() 공개 메소드

public SmallDict ( Dictionary, bigDict )
bigDict Dictionary,

this() 공개 메소드

public this ( key ) : string
리턴 string

프로퍼티 상세

BigDict 공개적으로 프로퍼티

public Dictionary BigDict
리턴 SomeStruct>.Dictionary