C# 클래스 Dict, CSharpGameFramework

파일 보기 프로젝트 열기: dreamanlan/CSharpGameFramework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OnFindDictionary FindDictionaryDelegation

공개 메소드들

메소드 설명
Format ( string key ) : string
Get ( string key ) : string
Parse ( string txtFromServer ) : string

비공개 메소드들

메소드 설명
GetStrByKey ( string key ) : string

메소드 상세

Format() 공개 정적인 메소드

public static Format ( string key ) : string
key string
리턴 string

Get() 공개 정적인 메소드

public static Get ( string key ) : string
key string
리턴 string

Parse() 공개 정적인 메소드

public static Parse ( string txtFromServer ) : string
txtFromServer string
리턴 string

프로퍼티 상세

OnFindDictionary 공개적으로 정적으로 프로퍼티

public static FindDictionaryDelegation OnFindDictionary
리턴 FindDictionaryDelegation