C# 클래스 HashtableHelper, RPGQuest

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

공개 메소드들

메소드 설명
AddContentHashtables ( ArrayList &s, string title, string data ) : void
GetContentHashtable ( string title, string content ) : Hashtable
GetContentHashtable ( string title, string content, int id ) : Hashtable
GetContentString ( Hashtable ht, string &data ) : void
GetContentString ( Hashtable ht, string &data, string idStr ) : void
GetTitleHashtable ( string title ) : Hashtable
GetTitleHashtable ( string title, int id ) : Hashtable

메소드 상세

AddContentHashtables() 공개 정적인 메소드

public static AddContentHashtables ( ArrayList &s, string title, string data ) : void
s ArrayList
title string
data string
리턴 void

GetContentHashtable() 공개 정적인 메소드

public static GetContentHashtable ( string title, string content ) : Hashtable
title string
content string
리턴 Hashtable

GetContentHashtable() 공개 정적인 메소드

public static GetContentHashtable ( string title, string content, int id ) : Hashtable
title string
content string
id int
리턴 Hashtable

GetContentString() 공개 정적인 메소드

public static GetContentString ( Hashtable ht, string &data ) : void
ht Hashtable
data string
리턴 void

GetContentString() 공개 정적인 메소드

public static GetContentString ( Hashtable ht, string &data, string idStr ) : void
ht Hashtable
data string
idStr string
리턴 void

GetTitleHashtable() 공개 정적인 메소드

public static GetTitleHashtable ( string title ) : Hashtable
title string
리턴 Hashtable

GetTitleHashtable() 공개 정적인 메소드

public static GetTitleHashtable ( string title, int id ) : Hashtable
title string
id int
리턴 Hashtable