Click or drag to resize

RhinoAppCommandLineTextWriterWrite Method (Char)

Writes a char to the command line.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public override void Write(
	char value
)

Parameters

value
Type: SystemChar

[Missing <param name="value"/> documentation for "M:Rhino.RhinoApp.CommandLineTextWriter.Write(System.Char)"]

See Also