NSExpression.FromVariable(String) 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.
An expression that extracts the specified variable from the variable bindings dictionary.
[Foundation.Export("expressionForVariable:")]
public static Foundation.NSExpression FromVariable (string string1);
static member FromVariable : string -> Foundation.NSExpression
Parameters
- string1
- String
Returns
- Attributes