Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Server
TypeTable
C# 클래스 Server.TypeTable
파일 보기
프로젝트 열기: Grimoric/RunUO.T2A
1 사용 예제들
공개 메소드들
메소드
설명
Add
(
string
key
,
Type
type
) :
void
Get
(
string
key
,
bool
ignoreCase
) :
Type
TypeTable
(
int
capacity
) :
System
메소드 상세
Add()
공개
메소드
public
Add
(
string
key
,
Type
type
) :
void
key
string
type
System.Type
리턴
void
Get()
공개
메소드
public
Get
(
string
key
,
bool
ignoreCase
) :
Type
key
string
ignoreCase
bool
리턴
System.Type
TypeTable()
공개
메소드
public
TypeTable
(
int
capacity
) :
System
capacity
int
리턴
System