Operators to be used within quotations.
Function or value | Description |
Full Usage:
!@name
Parameters:
string
-
Name of the marker to later retreive the match
Returns: 'a
|
|
|
|
|
|
Full Usage:
fieldGet field o
Parameters:
FieldInfo
-
FieldInfo of field to get
o : 'a
-
Target obj
Returns: 'b
|
|
Full Usage:
fieldGetStatic field
Parameters:
FieldInfo
-
FieldInfo of field to get
Returns: 'a
|
|
Full Usage:
fieldSet field value o
Parameters:
FieldInfo
-
FieldInfo of field to set
value : 'a
-
New field value
o : 'b
-
Target obj
|
|
Full Usage:
fieldSetStatic field value
Parameters:
FieldInfo
-
FieldInfo of field to set
value : 'a
-
New field value
|
|
Full Usage:
methodCall method args o
Parameters:
MethodInfo
-
MethodInfo of method to call
args : obj list
-
Method arguments
o : 'a
-
Target obj
Returns: 'b
|
|
Full Usage:
methodCallStatic method args
Parameters:
MethodInfo
-
MethodInfo of method to call
args : obj list
-
Method arguments
Returns: 'c
|
|
Define a rewriter within quoted code to be expanded by Quote.expandRewriters. Rewriter is a function of type
|
|
Full Usage:
spliceInExpression linqExpr
Parameters:
Expression
-
Linq expression to be cpliced
Returns: 'a
|
|
Full Usage:
spliceInExpressionTyped linqExpr
Parameters:
Expression<'a>
-
Linq expression to be spliced
Returns: 'a
|
|
|
|
Full Usage:
withType name
Parameters:
string
-
Name of the marker to later retreive the match
Returns: 'a
|