TextWriter.CoreNewLine 字段
定义
存储用于此 TextWriter 的换行符。Stores the newline characters used for this TextWriter.
protected: cli::array <char> ^ CoreNewLine;
protected char[] CoreNewLine;
val mutable CoreNewLine : char[]
Protected CoreNewLine As Char()
字段值
- Char[]
注解
有关常见 i/o 任务的列表,请参阅 常见 I/o 任务。For a list of common I/O tasks, see Common I/O Tasks.