ListWrapperT1, T2 Class |
Namespace: DHI.Mike1D.Generic.Collections
public class ListWrapper<T1, T2> : IList<T2>, ICollection<T2>, IEnumerable<T2>, IEnumerable
The ListWrapperT1, T2 type exposes the following members.
| Name | Description | |
|---|---|---|
| ListWrapperT1, T2 | Initializes a new instance of the ListWrapperT1, T2 class |
| Name | Description | |
|---|---|---|
| Count | ||
| IsReadOnly | ||
| Item |
| Name | Description | |
|---|---|---|
| Add | ||
| Clear | ||
| Contains | ||
| CopyTo | ||
| 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 | |
|---|---|---|
| BinarySearchT2(T2) | Overloaded. (Defined by GenericExtensions.) | |
| BinarySearchT2(FuncT2, Int32) | Overloaded. (Defined by GenericExtensions.) | |
| BinarySearchT2(T2, IComparerT2) | Overloaded. (Defined by GenericExtensions.) | |
| BinarySearchT2, TKey(FuncT2, TKey, TKey) | Overloaded. (Defined by GenericExtensions.) | |
| BinarySearchT2, TKey(FuncT2, TKey, TKey, IComparerTKey) | Overloaded. (Defined by GenericExtensions.) | |
| FindIndexT2(PredicateT2) | Overloaded. (Defined by GenericExtensions.) | |
| FindIndexT2(Int32, PredicateT2) | Overloaded. (Defined by GenericExtensions.) | |
| SortT2 | Overloaded. (Defined by GenericExtensions.) | |
| SortT2(IComparerT2) | Overloaded. (Defined by GenericExtensions.) | |
| SortStableT2 | Overloaded. (Defined by GenericExtensions.) | |
| SortStableT2(IComparerT2) | Overloaded. (Defined by GenericExtensions.) | |
| SortStableT2(ComparisonT2) | Overloaded. (Defined by GenericExtensions.) |