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