public class CustomSortHelper<T>
Public Class CustomSortHelper(Of T)generic<typename T>
public ref class CustomSortHelper| CustomSortHelperT | Creates a new custom sort helper and presorts the list. |
| Item | Indexer to get or set the specified item in the list. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Sort | Resorts the entire list using an insertion sort routine. |
| SortAssumingIncreased | Resorts only the item at the specified index assuming: 1) all other items are properly sorted 2) this item's value increased. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Items | All of the items in this list. |