Edit

Share via


Reader<TInput>.ReadInt32 Method

Definition

Reads an Int32 from the input.

public int ReadInt32 ();
member this.ReadInt32 : unit -> int
Public Function ReadInt32 () As Integer

Returns

The Int32 which was read.

Applies to