ListSortDescriptionCollection Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Contains | Determines if the ListSortDescriptionCollection contains a specific value. |
| CopyTo | Copies the contents of the collection to the specified array, starting at the specified destination array index. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| 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 | Returns the index of the specified item in the collection. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| System.Collections.IEnumerable.GetEnumerator | Gets a System.Collections.IEnumerator that can be used to iterate through the collection. |
| System.Collections.IList.Add | Adds an item to the collection. |
| System.Collections.IList.Clear | Removes all items from the collection. |
| System.Collections.IList.Insert | Inserts an item into the collection at a specified index. |
| System.Collections.IList.Remove | Removes the first occurrence of an item from the collection. |
| System.Collections.IList.RemoveAt | Removes an item from the collection at a specified index. |