C# Class Bind.BindStreamWriter

Inheritance: System.IO.StreamWriter
Afficher le fichier Open project: hultqvist/opentk Class Usage Examples

Méthodes publiques

Свойство Type Description
File string

Méthodes publiques

Méthode Description
BindStreamWriter ( string file ) : System
Indent ( ) : void
Unindent ( ) : void
Write ( Bind.Structures.Enum e ) : void
Write ( System.Function f ) : void
Write ( string value ) : void
WriteGeneratorAndLicense ( ) : void
WriteLine ( string value ) : void

Method Details

BindStreamWriter() public méthode

public BindStreamWriter ( string file ) : System
file string
Résultat System

Indent() public méthode

public Indent ( ) : void
Résultat void

Unindent() public méthode

public Unindent ( ) : void
Résultat void

Write() public méthode

public Write ( Bind.Structures.Enum e ) : void
e Bind.Structures.Enum
Résultat void

Write() public méthode

public Write ( System.Function f ) : void
f System.Function
Résultat void

Write() public méthode

public Write ( string value ) : void
value string
Résultat void

WriteGeneratorAndLicense() public méthode

public WriteGeneratorAndLicense ( ) : void
Résultat void

WriteLine() public méthode

public WriteLine ( string value ) : void
value string
Résultat void

Property Details

File public_oe property

public string File
Résultat string