SortableCollection Members

The following tables list the members exposed by the SortableCollection type.

Protected Constructors

  Name Description
SortableCollection Constructor.

Top

Public Properties

  Name Description
public property Count Gets the count of the array.
public property FreezeSort Gets or sets a value indicating whether the list of items should be sorted.
public property IsReadOnly Determines whether the list is read-only.
public property Item Gets an item by index.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Add Adds an item to the array.
public method Clear Clears the array.
public method Contains Determines whether the array contains another item.
public method CopyTo Copies the elements of the ICollection to an array, starting at a particular array index.
public method Equals  Overloaded. (Inherited from Object )
public method GetEnumerator Adds code to fire an assert if a lock is not held on the UI thread.
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method IndexOf Returns the zero-based index of the first occurrence of a value in the array.
public methodstatic ReferenceEquals  (Inherited from Object )
public method Remove Removes an item from the array.
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

Public Events

  Name Description
public event CollectionChanged Occurs when the collection changes.
public event PropertyChanged  

Top

Explicit Interface Implementations

  Name Description
System.Collections.IEnumerable.GetEnumerator  

Top

See Also

Reference

SortableCollection Generic Class
Microsoft.Expression.Encoder Namespace

   © 2011 by Microsoft Corporation. All rights reserved.