ArchiveStream.ContentReader Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stream over the content of the archived file.
public:
property System::IO::StreamReader ^ ContentReader { System::IO::StreamReader ^ get(); };
public System.IO.StreamReader ContentReader { get; }
member this.ContentReader : System.IO.StreamReader
Public ReadOnly Property ContentReader As StreamReader