allowReassignment property
By default it's not allowed to register a type a second time. If you really need to you can disable the asserts by settingallowReassignment= true
Implementation
bool allowReassignment = false;
By default it's not allowed to register a type a second time. If you really need to you can disable the asserts by settingallowReassignment= true
bool allowReassignment = false;