C# Class Utils

Inheritance: MonoBehaviour
Datei anzeigen Open project: oleg-shilo/cs-script Class Usage Examples

Public Properties

Property Type Description
interpreter Interpreter

Public Methods

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

public static Dumpl ( IEnumerable c ) : void
c IEnumerable
return void

Include() public static method

public static Include ( string file ) : void
file string
return void

MInfo() public static method

public static MInfo ( object ctype, string mname ) : void
ctype object
mname string
return void

Print() public static method

public static Print ( ) : void
return void

Printl() public static method

public static Printl ( IEnumerable c ) : void
c IEnumerable
return void

ReadLine() public static method

public static ReadLine ( ) : string
return string

Write() public static method

public static Write ( string s ) : void
s string
return void

Property Details

interpreter public_oe static_oe property

public static Interpreter interpreter
return Interpreter