register<T> static method
Implementation
static void register<T>(TypeDescriptor<T> typeDescriptor) {
_byType[typeDescriptor.type] = typeDescriptor;
_byName[typeDescriptor.location] = typeDescriptor;
}
static void register<T>(TypeDescriptor<T> typeDescriptor) {
_byType[typeDescriptor.type] = typeDescriptor;
_byName[typeDescriptor.location] = typeDescriptor;
}