TextWriter.CoreNewLine Field

Definition

Stores the newline characters used for this TextWriter.

protected: cli::array <char> ^ CoreNewLine;
protected char[] CoreNewLine;
val mutable CoreNewLine : char[]
Protected CoreNewLine As Char() 

Field Value

Char[]

Remarks

For a list of common I/O tasks, see Common I/O Tasks.

Applies to

See also