We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Otherwise, you can construct an array that cannot be copied, like this:
object[] test = new object[1]; test[0] = test; test.Copy(); // CRASH
Activity