.net - Why aren't Array methods built into an Array instance? -
Maybe there's a silly question, but it's annoying me ...
int [] I = {3, 2, 1}; // Why Array? Sir (i); I.sort () instead of //; Four c = 'c'; // why char.IsLetter (c); C instead of // Issliter ();
Thanks to Pedro De Aquino for identifying these other answering questions.
The basic point is that the example methods threads on structures are not secure, but there are static methods.
See these questions:
Comments
Post a Comment