The type parameters for a class extending BaseRegistry.

Fields

entryType:ClassType

* The class type of the entry. Must implement `IRegistryEntry`.

dataType:Any

* The type for the data of an entry. This is usually a typedef of a struct.