Cadenza : Cadenza.IO Namespace

TextReaderCodaOptions Enum

Options to control Cadenza.IO.TextReaderCoda method behavior.

[System.Flags]
public enum TextReaderCodaOptions

Remarks

This enumeration is used to control the behavior of TextReaderCoda.Lines(System.IO.TextReader, TextReaderCodaOptions) and TextReaderCoda.Words(System.IO.TextReader, TextReaderCodaOptions) behavior.

Members

Member Name Description
CloseReader

If specified, the System.IO.TextReader should be System.IO.TextReader.Closeed once all lines or words have been read from the TextReader.

This may simplify resource disposal.

If not specified, then the System.IO.TextReader will not be System.IO.TextReader.Closeed.

None No options specified.

Requirements

Namespace: Cadenza.IO
Assembly: Cadenza (in Cadenza.dll)
Assembly Versions: 0.1.0.0