System.Xml.XmlBinaryDictionaryReader.StreamSource.StreamSource C# (CSharp) Method

StreamSource() public method

public StreamSource ( Stream stream ) : System
stream Stream
return System
			public StreamSource (Stream stream)
			{
				this.reader = new BinaryReader (stream);
			}
XmlBinaryDictionaryReader.StreamSource