C# 클래스 DungeonMasterEngine.DungeonContent.Constrains.TypeConstrain

상속: IConstrain
파일 보기 프로젝트 열기: ggrrin/DungeonMaster

공개 메소드들

메소드 설명
IsAcceptable ( object item ) : bool
ToString ( ) : string
TypeConstrain ( Type acceptableType, bool acceptChild = true ) : System

메소드 상세

IsAcceptable() 공개 메소드

public IsAcceptable ( object item ) : bool
item object
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TypeConstrain() 공개 메소드

public TypeConstrain ( Type acceptableType, bool acceptChild = true ) : System
acceptableType System.Type
acceptChild bool
리턴 System