search results

  1. The CompareClass is the actual class responsible for the sorting of the array of custom objects. This is a user-defined class that implements the IComparer interface.
    www.dotnetjohn.com/​articles.aspx?articleid=181 - Cached
  2. Sorts the elements in the entire ArrayList using the specified comparer. ... To perform a stable sort, you must implement a custom IComparer interface. On average, ...
    msdn.microsoft.com/en-us/library/​0e743hdt - Cached
    More results from msdn.microsoft.com »
  3. In this article Sandesh discusses the different ways of sorting an array of custom objects in C# using the IComparable and IComparer interfaces. Examples are provided ...
    aspalliance.com/1677_Sorting_an_Array_​of_Custom_Objects_in_C - Cached
  4. Stack Overflow is a question and answer site for professional and enthusiast programmers. It\'s 100% free, no registration required.
    stackoverflow.com/questions/2784514 - Cached
  5. Last week, my colleague approached me for a help on sorting a list of string. Let\'s assume the data will be: 1C 2A 10B 9Z 2D. Let\'s break that into a string[] array ...
    weblogs.asp.net/.../custom-sorting-with-​arraylist-using... - Cached
  6. Array.Sort(myKeys, myValues ... public static void Main() { // Creates and initializes a new Array and a new custom comparer. String[] myKeys = { \"red ...
    msdn.microsoft.com/en-us/library/​system.array.sort(v=VS.71) - Cached
  7. Following example demonstrates how to sort an array of custom type using the delegate to anonynous comparison method.
    www.csharp-examples.net/sort-array - Cached
  8. Title: Sort an array using custom sorting orders in VB .NET: Description: This example shows how to Sort an array using custom sorting orders in VB .NET.
    www.vb-helper.com/howto_net_custom_sort_​array.html - Cached
    < /DIV>
  9. \'pb\'s built-in sorting; \"USING\" tells it to use our custom comparator ARRAY SORT x(), USING Sorter() END FUNCTION PowerShell.
    rosettacode.org/wiki/Sort_using_a_​custom_comparator - Cached
  10. How to sort a custom made class using ArrayList, IComparer and IComparable in C# - This article shows how to sort a custom made class using C# interfaces IComparable ...
    www.osix.net/modules/article/?id=672 - Cached