C# Class iServe.Models.dotNailsCommon.DebugTextWriter

Inheritance: System.IO.TextWriter
Afficher le fichier Open project: fellowshiptech/ft-iserve

Méthodes publiques

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

Method Details

Write() public méthode

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

Write() public méthode

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