The Base Class for all BadScript Objects.
Represents a Generic Object.
bool IsResolved
Indicates if the Object was already resolved to a concrete type.
IReadOnlyCollection< string > GenericParameters
The Generic Parameters of the Object.
BadObject CreateGeneric(BadObject[] args)
Resolves the Generic Object to a concrete type.
string GenericName
The Generic Name of the Object.
bool IsGeneric
Indicates if the Object is a Generic Object.
Contains Runtime Type Objects.