Contents

arguments

The arguments for the expression.

Declaration

var arguments: [NSExpression]? { get }

Discussion

An expression’s arguments is the array of expressions that will be passed as parameters during invocation of the selector on the operand of a function expression.

Accessing this property raises an exception if it is not applicable to the expression.

See Also

Getting Information About an Expression