C# 클래스 TeaseAI_CE.Scripting.Key

파일 보기 프로젝트 열기: TeaseAI/TeaseAI-CE 1 사용 예제들

공개 메소드들

메소드 설명
Key ( Logger log ) : System
Key ( string str, Context context ) : System
Key ( string str, Logger log = null ) : System
Next ( ) : string
NextIf ( string key ) : bool
Reset ( ) : void
ToString ( ) : string
operator ( ) : Key

메소드 상세

Key() 공개 메소드

public Key ( Logger log ) : System
log Logger
리턴 System

Key() 공개 메소드

public Key ( string str, Context context ) : System
str string
context Context
리턴 System

Key() 공개 메소드

public Key ( string str, Logger log = null ) : System
str string
log Logger
리턴 System

Next() 공개 메소드

public Next ( ) : string
리턴 string

NextIf() 공개 메소드

public NextIf ( string key ) : bool
key string
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : Key
리턴 Key