Edit

Share via


ReaderInput.ReadUInt32 Method

Definition

Reads a UInt32 from the input.

public abstract uint ReadUInt32 ();
abstract member ReadUInt32 : unit -> uint32
Public MustOverride Function ReadUInt32 () As UInteger

Returns

The UInt32 which was read.

Applies to