C# Class TeaseAI_CE.Scripting.Key

Mostra file Open project: TeaseAI/TeaseAI-CE Class Usage Examples

Public Methods

Method Description
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

Method Details

Key() public method

public Key ( Logger log ) : System
log Logger
return System

Key() public method

public Key ( string str, Context context ) : System
str string
context Context
return System

Key() public method

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

Next() public method

public Next ( ) : string
return string

NextIf() public method

public NextIf ( string key ) : bool
key string
return bool

Reset() public method

public Reset ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : Key
return Key