NSExpression.FromFunction Method

Definition

Overloads

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

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

Applies to