ListWrapperT Methods |
The ListWrapperT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | ||
| Clear | ||
| Contains | ||
| CopyTo(Array, Int32) | ||
| CopyTo(T, Int32) | ||
| 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.) | |
| GetEnumerator | ||
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf | ||
| Insert | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove | ||
| RemoveAt | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| BinarySearchT(T) | Overloaded. (Defined by GenericExtensions.) | |
| BinarySearchT(FuncT, Int32) | Overloaded. (Defined by GenericExtensions.) | |
| BinarySearchT(T, IComparerT) | Overloaded. (Defined by GenericExtensions.) | |
| BinarySearchT, TKey(FuncT, TKey, TKey) | Overloaded. (Defined by GenericExtensions.) | |
| BinarySearchT, TKey(FuncT, TKey, TKey, IComparerTKey) | Overloaded. (Defined by GenericExtensions.) | |
| FindIndexT(PredicateT) | Overloaded. (Defined by GenericExtensions.) | |
| FindIndexT(Int32, PredicateT) | Overloaded. (Defined by GenericExtensions.) | |
| SortT | Overloaded. (Defined by GenericExtensions.) | |
| SortT(IComparerT) | Overloaded. (Defined by GenericExtensions.) | |
| SortStableT | Overloaded. (Defined by GenericExtensions.) | |
| SortStableT(IComparerT) | Overloaded. (Defined by GenericExtensions.) | |
| SortStableT(ComparisonT) | Overloaded. (Defined by GenericExtensions.) |