C# Class io.IoToken

Afficher le fichier Open project: devaspot/io Class Usage Examples

Méthodes publiques

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

Method Details

IoToken() public méthode

public IoToken ( ) : System
Résultat System

isValidMessageName() public méthode

public isValidMessageName ( ) : bool
Résultat bool

nameIs() public méthode

public nameIs ( string n ) : int
n string
Résultat int

print() public méthode

public print ( ) : void
Résultat void

printSelf() public méthode

public printSelf ( ) : void
Résultat void

quoteName() public méthode

public quoteName ( string name ) : void
name string
Résultat void

typeName() public méthode

public typeName ( ) : string
Résultat string