Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Determine if this instance is equal to obj.
|
|
GetHashCode ( ) : int |
Get a hash code representing the value.
|
|
Render ( |
Render the value to the output.
|
|
ScalarValue ( object value ) : System |
Construct a ScalarValue with the specified value.
|
public Equals ( object obj ) : bool | ||
obj | object | The instance to compare with. |
return | bool |
public Render ( |
||
output | The output. | |
format | string | A format string applied to the value, or null. |
formatProvider | IFormatProvider | A format provider to apply to the value, or null to use the default. |
return | void |
public ScalarValue ( object value ) : System | ||
value | object | The value, which may be null . |
return | System |