Type | Description |
Type extension | Description |
|
Extended Type:
|
Full Usage:
Expr.CallUnchecked(minfo, args)
Parameters:
MethodInfo
args : Expr list
Returns: Expr
|
Extended Type:
|
Full Usage:
Expr.CallUnchecked(obj, minfo, args)
Parameters:
Expr
minfo : MethodInfo
args : Expr list
Returns: Expr
|
Extended Type:
|
|
Extended Type:
|
|
Extended Type:
|
|
Extended Type:
|
|
Extended Type:
|
|
Extended Type:
|
|
Extended Type:
|
|
Extended Type:
|
Full Usage:
Expr.NewObjectUnchecked(cinfo, args)
Parameters:
ConstructorInfo
args : Expr list
Returns: Expr
|
Extended Type:
|
|
Extended Type:
|
Full Usage:
Expr.PropertyGetUnchecked(pinfo, args)
Parameters:
PropertyInfo
args : Expr list
Returns: Expr
|
Extended Type:
|
Full Usage:
Expr.PropertyGetUnchecked(obj, pinfo, ?args)
Parameters:
Expr
pinfo : PropertyInfo
?args : Expr list
Returns: Expr
|
Extended Type:
|
Full Usage:
Expr.PropertySetUnchecked(pinfo, value, ?args)
Parameters:
PropertyInfo
value : Expr
?args : Expr list
Returns: Expr
|
Extended Type:
|
Full Usage:
Expr.PropertySetUnchecked(obj, pinfo, value, ?args)
Parameters:
Expr
pinfo : PropertyInfo
value : Expr
?args : Expr list
Returns: Expr
|
Extended Type:
|
|
Extended Type:
|
Active pattern | Description |
|