WpfDocumentPreviewer.StreamWrapper.StreamWrapper C# (CSharp) Method

StreamWrapper() public method

Initialises a new instance of the StreamWrapper class, using the specified System.IO.Stream.
public StreamWrapper ( System inner ) : System
inner System
return System
		public StreamWrapper(System.IO.Stream inner) {
			mInner = inner;
		}