Method ReadUInt32
ReadUInt32()
Reads an object of type System.
Declaration
[CLSCompliant(false)]
public virtual uint ReadUInt32()
Returns
Type | Description |
---|---|
System. |
object read from the stream |
ReadUInt32(UInt32)
Reads an object of type System.
Declaration
[CLSCompliant(false)]
public virtual uint ReadUInt32(uint defaultValue)
Parameters
Type | Name | Description |
---|---|---|
System. |
defaultValue | Default value to be used for deserializing old version of the object |
Returns
Type | Description |
---|---|
System. |
object read from the stream |