typeArg property

TypeIdentifier? typeArg
getter/setter pair

Any arguments (for example, the Uint16 in a Pointer<Uint16>).

These may be nested (for example, a Pointer<Pointer<MYSTRUCT>> is a Pointer with a typeArg of Pointer, which in turn has a typeArg of MYSTRUCT).

Implementation

TypeIdentifier? typeArg;