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

Read() public méthode

public Read ( byte data, int offset, int count ) : int
data byte
offset int
count int
Résultat int
			public int Read (byte [] data, int offset, int count)
			{
				return reader.Read (data, offset, count);
			}
		}
XmlBinaryDictionaryReader.StreamSource