C# Class IronRuby.StandardLibrary.Yaml.RubyIOWriter

Inheritance: System.IO.TextWriter
Afficher le fichier Open project: ExpertsInside/IronSP Class Usage Examples

Méthodes publiques

Méthode Description
Flush ( ) : void
Write ( char value ) : void
Write ( char buffer, int index, int count ) : void

Private Methods

Méthode Description
RubyIOWriter ( RubyIO io ) : System

Method Details

Flush() public méthode

public Flush ( ) : void
Résultat void

Write() public méthode

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

Write() public méthode

public Write ( char buffer, int index, int count ) : void
buffer char
index int
count int
Résultat void