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
)
Public Overrides Sub Write (
value As Char
)
Parameters
- value
- Type: SystemChar
[Missing <param name="value"/> documentation for "M:Rhino.RhinoApp.CommandLineTextWriter.Write(System.Char)"]
See Also