System.Xml.XmlBinaryDictionaryReader.StreamSource.StreamSource C# (CSharp) Méthode

StreamSource() public méthode

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