C# Class Bind.BindStreamWriter

Inheritance: System.IO.StreamWriter
Mostrar archivo Open project: hultqvist/opentk Class Usage Examples

Public Properties

Property Type Description
File string

Public Methods

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

public BindStreamWriter ( string file ) : System
file string
return System

Indent() public method

public Indent ( ) : void
return void

Unindent() public method

public Unindent ( ) : void
return void

Write() public method

public Write ( Bind.Structures.Enum e ) : void
e Bind.Structures.Enum
return void

Write() public method

public Write ( System.Function f ) : void
f System.Function
return void

Write() public method

public Write ( string value ) : void
value string
return void

WriteGeneratorAndLicense() public method

public WriteGeneratorAndLicense ( ) : void
return void

WriteLine() public method

public WriteLine ( string value ) : void
value string
return void

Property Details

File public_oe property

public string File
return string