C# Class Parrot.Infrastructure.PrettyStringWriter

Inheritance: StandardWriter
ファイルを表示 Open project: ParrotFx/Parrot

Public Methods

Method Description
PrettyStringWriter ( )
Write ( string value ) : void

Private Methods

Method Description
GetType ( string value ) : PrettyPrintWriteType

Method Details

PrettyStringWriter() public method

public PrettyStringWriter ( )

Write() public method

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