Read(UInt32) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Reads a System.UInt32 from the buffer.
[CLSCompliant(false)]
void Read(
out uint pvalue
)
[CLSCompliant(false)]
void Read(
[Out] uint pvalue
)
Parameters
- pvalue
- The System.UInt32 value read in the buffer.