NSExpression.EvaluateWith(NSObject, NSMutableDictionary) Method

Definition

[Foundation.Export("expressionValueWithObject:context:")]
public virtual Foundation.NSObject EvaluateWith (Foundation.NSObject obj, Foundation.NSMutableDictionary context);
abstract member EvaluateWith : Foundation.NSObject * Foundation.NSMutableDictionary -> Foundation.NSObject
override this.EvaluateWith : Foundation.NSObject * Foundation.NSMutableDictionary -> Foundation.NSObject

Parameters

obj
NSObject

To be added.

This parameter can be null.

context
NSMutableDictionary

To be added.

This parameter can be null.

Returns

Attributes

Applies to