ListUtility
Class in Arbor / Inherits from: object
Description
List utility class
Static Methods
| Method Name | Description | 
|---|---|
| Equals | Determine if IList are equal. | 
| GetElementType | Get the element type. | 
| GetICollectionType | Get the type of ICollection<elementType>. | 
| GetIListType | Get the type of IList<elementType>. | 
| GetListType | Get the type of List<elementType>. | 
| IndexOf | Gets the index where the element is stored. | 
| LastIndexOf | Search the index where the element is stored from the end. |