NSExpression.FromFunction Method

Definition

Overloads

FromFunction(NSExpressionCallbackHandler, NSExpression[])
FromFunction(NSExpressionHandler, NSExpression[])
Obsolete.

An expression created by executing the specified NSExpressionHandler target with the specified parameters.

FromFunction(String, NSExpression[])
FromFunction(NSExpression, String, NSExpression[])

FromFunction(NSExpressionCallbackHandler, NSExpression[])

[Foundation.Export("expressionForBlock:arguments:")]
public static Foundation.NSExpression FromFunction (Foundation.NSExpressionCallbackHandler target, Foundation.NSExpression[] parameters);
static member FromFunction : Foundation.NSExpressionCallbackHandler * Foundation.NSExpression[] -> Foundation.NSExpression

Parameters

parameters
NSExpression[]

Returns

Attributes

Applies to

FromFunction(NSExpressionHandler, NSExpression[])

Caution

Use 'FromFunction (NSExpressionCallbackHandler, NSExpression[])' instead.

An expression created by executing the specified NSExpressionHandler target with the specified parameters.

[Foundation.Export("expressionForBlock:arguments:")]
[System.Obsolete("Use 'FromFunction (NSExpressionCallbackHandler, NSExpression[])' instead.", false)]
public static Foundation.NSExpression FromFunction (Foundation.NSExpressionHandler target, Foundation.NSExpression[] parameters);
static member FromFunction : Foundation.NSExpressionHandler * Foundation.NSExpression[] -> Foundation.NSExpression

Parameters

parameters
NSExpression[]

Returns

Attributes

Applies to

FromFunction(String, NSExpression[])

[Foundation.Export("expressionForFunction:arguments:")]
public static Foundation.NSExpression FromFunction (string name, Foundation.NSExpression[] parameters);
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:")]
public static Foundation.NSExpression FromFunction (Foundation.NSExpression target, string name, Foundation.NSExpression[] parameters);
static member FromFunction : Foundation.NSExpression * string * Foundation.NSExpression[] -> Foundation.NSExpression

Parameters

target
NSExpression
name
String
parameters
NSExpression[]

Returns

Attributes

Applies to