NSExpression.ExpressionValueWithObject(NSObject, NSMutableDictionary) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- context
- NSMutableDictionary
Returns
- Attributes