Method GetValueSource
GetValueSource(Bindings)
Get a value source which can compute the value of this expression in the context of the given bindings.
Declaration
public virtual ValueSource GetValueSource(Bindings bindings)
Parameters
Type | Name | Description |
---|---|---|
Bindings | bindings | Bindings to use for external values in this expression |
Returns
Type | Description |
---|---|
ValueSource | A value source which will evaluate this expression when used |
Remarks
Get a value source which can compute the value of this expression in the context of the given bindings.