Method ReadUInt64
ReadUInt64()
Reads an object of type System.
Declaration
[CLSCompliant(false)]
public virtual ulong ReadUInt64()
Returns
Type | Description |
---|---|
System. |
object read from the stream |
ReadUInt64(UInt64)
Reads an object of type System.
Declaration
[CLSCompliant(false)]
public virtual ulong ReadUInt64(ulong 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 |