ArgumentInfo

Information about an argument in a method defintion.

Members

Functions

toString
string toString()

Returns just the name.

Variables

name
string name;

The name of the argument.

signature
string signature;

The whole definition of the argument including everything related to it as formatted code string.

type
string type;

The type of the argument.

Meta