Method | Description | |
---|---|---|
LiteralOperand ( object value ) : System |
Constructs an operand from a value.
|
|
ToString ( ) : string |
Returns a T:System.String that represents the current T:System.Object.
|
|
ToString ( INodeTable table ) : string |
Converts an LiteralOperand to a displayable string.
|
|
ToString ( string format, IFormatProvider formatProvider ) : string |
Formats the value of the current instance using the specified format.
|
|
Validate ( |
Validates the operand.
|
public LiteralOperand ( object value ) : System | ||
value | object | The value. |
return | System |
public ToString ( INodeTable table ) : string | ||
table | INodeTable | The table. |
return | string |
public ToString ( string format, IFormatProvider formatProvider ) : string | ||
format | string | The |
formatProvider | IFormatProvider | The |
return | string |
public Validate ( |
||
context | The context. | |
index | int | The index. |
return |