NSExpression.ExpressionValueWithObject(NSObject, NSMutableDictionary) Method

Definition

Caution

Use 'EvaluateWith' instead.

Evaluates the expression using the specified object and context.

[System.Obsolete("Use 'EvaluateWith' instead.")]
public virtual Foundation.NSExpression ExpressionValueWithObject (Foundation.NSObject obj, Foundation.NSMutableDictionary context);
abstract member ExpressionValueWithObject : Foundation.NSObject * Foundation.NSMutableDictionary -> Foundation.NSExpression
override this.ExpressionValueWithObject : Foundation.NSObject * Foundation.NSMutableDictionary -> Foundation.NSExpression

Parameters

obj
NSObject

Returns

Attributes

Applies to