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

argumentNames

Returns the names (or keys) for all arguments of the receiver’s command. レシーバのもつコマンドの全ての引数に対する名前(またはキー)を返します。

Declaration 宣言

var argumentNames: [String] { get }

Return Value 戻り値

The array of argument names. If there are no arguments for the command, returns an empty array. 引数名の配列。コマンドに引数がないならば、空の配列が返ります。

See Also 参照

Getting Command Argument Information コマンド引数情報を取得する