BinaryTokenStreamReader.ReadUInt 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
UInt32
从流中读取值。
public uint ReadUInt ();
member this.ReadUInt : unit -> uint32
abstract member ReadUInt : unit -> uint32
override this.ReadUInt : unit -> uint32
Public Function ReadUInt () As UInteger
返回
流中当前位置的数据,转换为相应的输出类型。