jpmikkers opened this issue 9 years ago · 0 comments
Otherwise, you can construct an array that cannot be copied, like this:
object[] test = new object[1]; test[0] = test; test.Copy(); // CRASH