C# Class io.IoToken

显示文件 Open project: devaspot/io Class Usage Examples

Public Methods

Method Description
IoToken ( ) : System
isValidMessageName ( ) : bool
nameIs ( string n ) : int
print ( ) : void
printSelf ( ) : void
quoteName ( string name ) : void
typeName ( ) : string

Method Details

IoToken() public method

public IoToken ( ) : System
return System

isValidMessageName() public method

public isValidMessageName ( ) : bool
return bool

nameIs() public method

public nameIs ( string n ) : int
n string
return int

print() public method

public print ( ) : void
return void

printSelf() public method

public printSelf ( ) : void
return void

quoteName() public method

public quoteName ( string name ) : void
name string
return void

typeName() public method

public typeName ( ) : string
return string