C# Class Utils

Inheritance: MonoBehaviour
Afficher le fichier Open project: oleg-shilo/cs-script Class Usage Examples

Méthodes publiques

Свойство Type Description
interpreter Interpreter

Méthodes publiques

Méthode Description
Dumpl ( IEnumerable c ) : void
Include ( string file ) : void
MInfo ( object ctype, string mname ) : void
Print ( ) : void
Printl ( IEnumerable c ) : void
ReadLine ( ) : string
Write ( string s ) : void

Method Details

Dumpl() public static méthode

public static Dumpl ( IEnumerable c ) : void
c IEnumerable
Résultat void

Include() public static méthode

public static Include ( string file ) : void
file string
Résultat void

MInfo() public static méthode

public static MInfo ( object ctype, string mname ) : void
ctype object
mname string
Résultat void

Print() public static méthode

public static Print ( ) : void
Résultat void

Printl() public static méthode

public static Printl ( IEnumerable c ) : void
c IEnumerable
Résultat void

ReadLine() public static méthode

public static ReadLine ( ) : string
Résultat string

Write() public static méthode

public static Write ( string s ) : void
s string
Résultat void

Property Details

interpreter public_oe static_oe property

public static Interpreter interpreter
Résultat Interpreter