Class representing an argument for an entry point. Each argument has a name and a corresponding CLTypeRaw.
CLTypeRaw
Constructs an EntryPointArg instance.
EntryPointArg
The name of the argument.
The type of the argument.
The type of the argument, represented by CLTypeRaw.
The name of the entry point argument.
Generated using TypeDoc
Class representing an argument for an entry point. Each argument has a name and a corresponding
CLTypeRaw
.