C# Class GuidGen.ConsoleClipboardOut

Inheritance: System.IO.TextWriter
Afficher le fichier Open project: michaelmcdaniel/GuidgenConsole

Méthodes publiques

Méthode Description
Flush ( ) : void
Write ( char value ) : void
Write ( string value ) : void
WriteLine ( string value ) : void

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 ( string value ) : void
value string
Résultat void

WriteLine() public méthode

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