IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Did you look at Array.Sort() ?
Sorts the elements in an entire one-dimensional Array using the IComparable interface implemented by each element of the Array.

[C#]
[Serializable]
public static void Sort(
Array array
);
Parameters
array
The one-dimensional Array to sort.
--

... a reference to Presidente Arbusto.
-- [link|http://itre.cis.upenn.edu/~myl/languagelog/archives/001417.html|Geoffrey K. Pullum]
New I did now
Thanks.
I knew that last one felt wrong!
     C# sorting a list of strings - (broomberg) - (5)
         something like... - (pwhysall)
         Re: C# sorting a list of strings - (inthane-chan) - (3)
             Here's what I ended up with - (broomberg) - (2)
                 Did you look at Array.Sort() ? - (Arkadiy) - (1)
                     I did now - (broomberg)

If you throw enough pasta at the wall, some of it will stick.
49 ms