TextReader.Null Fält

Definition

Tillhandahåller en TextReader utan data att läsa från.

public: static initonly System::IO::TextReader ^ Null;
public static readonly System.IO.TextReader Null;
 staticval mutable Null : System.IO.TextReader
Public Shared ReadOnly Null As TextReader 

Fältvärde

Kommentarer

Läsning från textläsaren Null liknar läsning från slutet av en ström:

Gäller för

Se även