C# Class DFHack.buffered_color_ostream

Inheritance: color_ostream
显示文件 Open project: warmist/dfhack

Protected Properties

Property Type Description
buffer string

Public Methods

Method Description
add_text ( color_value color, string text ) : void

Method Details

add_text() public method

public add_text ( color_value color, string text ) : void
color color_value
text string
return void

Property Details

buffer protected_oe property

protected string buffer
return string