Class EntryPointArg

Class representing an argument for an entry point. Each argument has a name and a corresponding CLTypeRaw.

Hierarchy

  • EntryPointArg

Constructors

Properties

Constructors

Properties

clType: CLTypeRaw

The type of the argument, represented by CLTypeRaw.

name: string

The name of the entry point argument.

Generated using TypeDoc