Constructor LongValue
LongValue(Int64)
Initializes a new instance of the LongValue with
the specified
long value.
Declaration
public LongValue(long value)
Parameters
| Type | Name | Description |
|---|---|---|
| Int64 | value | The value which this instance will represent. |