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