Constructor PlainTextReader
PlainTextReader()
Initializes a reader with default options.
public PlainTextReader()
PlainTextReader(PlainTextReadOptions)
Initializes a reader with format-specific options.
public PlainTextReader(PlainTextReadOptions options)
Parameters
optionsPlainTextReadOptionsThe options.
Exceptions
- ArgumentNullException
optionsis null.