Arguments.get

Gets a reference to an argument, creating a new instance if necessary.

  1. Argument get(char name)
  2. Argument get(cstring name)
    class Arguments
    Argument
    get

Parameters

name cstring

string containing the argument name (pass null to access the special 'null' argument)

Return Value

Type: Argument

a reference to the argument

Meta