deleteType abstract method
void
deleteType(
- T type
Removes type from the active types and from all types lists
Implementation
void deleteType(T type);
Removes type from the active types and from all types lists
void deleteType(T type);