C# Class iServe.Models.dotNailsCommon.DebugTextWriter

Inheritance: System.IO.TextWriter
ファイルを表示 Open project: fellowshiptech/ft-iserve

Public Methods

Method Description
Write ( char buffer, int index, int count ) : void
Write ( string value ) : void

Method Details

Write() public method

public Write ( char buffer, int index, int count ) : void
buffer char
index int
count int
return void

Write() public method

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