你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ByteSerializable.Read(BinaryReader) Method

Definition

This method must be implemented by derived classes so that they can be converted back from a byte array

public abstract void Read(System.IO.BinaryReader br);
abstract member Read : System.IO.BinaryReader -> unit
Public MustOverride Sub Read (br As BinaryReader)

Parameters

br
BinaryReader

A BinaryReader object

Applies to