ConsoleWriter.Write Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Write(Char) | |
Write(String) |
Write(Char)
public override void Write (char value);
override this.Write : char -> unit
Parameters
- value
- Char
Applies to
Write(String)
public override void Write (string value);
override this.Write : string -> unit
Parameters
- value
- String