NSExpressionHandler Delegate

Definition

A delegate that specifies the target of the FromFunction(NSExpression, String, NSExpression[]) method.

public delegate void NSExpressionHandler(NSObject evaluatedObject, NSExpression[] expressions, NSMutableDictionary context);
type NSExpressionHandler = delegate of NSObject * NSExpression[] * NSMutableDictionary -> unit

Parameters

evaluatedObject
NSObject
expressions
NSExpression[]

Applies to