NSExpression.FromFunction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| FromFunction(NSExpressionCallbackHandler, NSExpression[]) | |
| FromFunction(String, NSExpression[]) | |
| FromFunction(NSExpression, String, NSExpression[]) |
FromFunction(NSExpressionCallbackHandler, NSExpression[])
[Foundation.Export("expressionForBlock:arguments:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSExpression FromFunction(Foundation.NSExpressionCallbackHandler target, Foundation.NSExpression[] parameters);
[<Foundation.Export("expressionForBlock:arguments:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromFunction : Foundation.NSExpressionCallbackHandler * Foundation.NSExpression[] -> Foundation.NSExpression
Parameters
- target
- NSExpressionCallbackHandler
- parameters
- NSExpression[]
Returns
- Attributes
Applies to
FromFunction(String, NSExpression[])
[Foundation.Export("expressionForFunction:arguments:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSExpression FromFunction(string name, Foundation.NSExpression[] parameters);
[<Foundation.Export("expressionForFunction:arguments:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromFunction : string * Foundation.NSExpression[] -> Foundation.NSExpression
Parameters
- name
- String
- parameters
- NSExpression[]
Returns
- Attributes
Applies to
FromFunction(NSExpression, String, NSExpression[])
[Foundation.Export("expressionForFunction:selectorName:arguments:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSExpression FromFunction(Foundation.NSExpression target, string name, Foundation.NSExpression[] parameters);
[<Foundation.Export("expressionForFunction:selectorName:arguments:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromFunction : Foundation.NSExpression * string * Foundation.NSExpression[] -> Foundation.NSExpression
Parameters
- target
- NSExpression
- name
- String
- parameters
- NSExpression[]
Returns
- Attributes