Removes all readonly flags on a type (non-recursively), making it effectively mutable
readonly
Considered unsafe as removing readonly modifiers may break semantics in some cases
Removes all
readonlyflags on a type (non-recursively), making it effectively mutableConsidered unsafe as removing
readonlymodifiers may break semantics in some cases