Method | Description | |
---|---|---|
ToString ( ) : string |
Gets a textual representation of this binding
|
|
VariableBinding ( |
Initializes a binding with the specified variable and value
|
public VariableBinding ( |
||
variable | The bound variable | |
value | object | The value to which the specified variable is bound |
return | System |