This topic has not yet been rated - Rate this topic

ListSortDescriptionCollection Methods

(see also Protected Methods )
  Name Description
Public method Supported by the .NET Compact Framework Contains Determines if the ListSortDescriptionCollection contains a specific value.
Public method Supported by the .NET Compact Framework CopyTo Copies the contents of the collection to the specified array, starting at the specified destination array index.
Public method Supported by the .NET Compact Framework Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method Supported by the .NET Compact Framework GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method Supported by the .NET Compact Framework GetType  Gets the Type of the current instance. (inherited from Object)
Public method Supported by the .NET Compact Framework IndexOf Returns the index of the specified item in the collection.
Public method Static Supported by the .NET Compact Framework ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method Supported by the .NET Compact Framework ToString  Returns a String that represents the current Object. (inherited from Object)
Top
  Name Description
Protected method Supported by the .NET Compact Framework 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)
Protected method Supported by the .NET Compact Framework MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Top
  Name Description
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IEnumerable.GetEnumerator Gets a System.Collections.IEnumerator that can be used to iterate through the collection.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Add Adds an item to the collection.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Clear Removes all items from the collection.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Insert Inserts an item into the collection at a specified index.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Remove Removes the first occurrence of an item from the collection.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.RemoveAt Removes an item from the collection at a specified index.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.