C# 클래스 Server.Commands.CategoryEntry

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
CategoryEntry ( ) : System
CategoryEntry ( CategoryEntry parent, CategoryLine lines, int &index ) : System
CategoryEntry ( CategoryEntry parent, string title, CategoryEntry subCats ) : System
IsMatch ( Type type ) : bool

메소드 상세

CategoryEntry() 공개 메소드

public CategoryEntry ( ) : System
리턴 System

CategoryEntry() 공개 메소드

public CategoryEntry ( CategoryEntry parent, CategoryLine lines, int &index ) : System
parent CategoryEntry
lines CategoryLine
index int
리턴 System

CategoryEntry() 공개 메소드

public CategoryEntry ( CategoryEntry parent, string title, CategoryEntry subCats ) : System
parent CategoryEntry
title string
subCats CategoryEntry
리턴 System

IsMatch() 공개 메소드

public IsMatch ( Type type ) : bool
type System.Type
리턴 bool