Instance Property インスタンスプロパティ

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 式についての情報を取得する