SortableCollection Members
The following tables list the members exposed by the SortableCollection type.
Protected Constructors
Name | Description | |
---|---|---|
SortableCollection | Constructor. |
Top
Public Properties
Name | Description | |
---|---|---|
Count | Gets the count of the array. | |
FreezeSort | Gets or sets a value indicating whether the list of items should be sorted. | |
IsReadOnly | Determines whether the list is read-only. | |
Item | Gets an item by index. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Adds an item to the array. | |
Clear | Clears the array. | |
Contains | Determines whether the array contains another item. | |
CopyTo | Copies the elements of the ICollection to an array, starting at a particular array index. | |
Equals | Overloaded. (Inherited from Object ) | |
GetEnumerator | Adds code to fire an assert if a lock is not held on the UI thread. | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
IndexOf | Returns the zero-based index of the first occurrence of a value in the array. | |
ReferenceEquals | (Inherited from Object ) | |
Remove | Removes an item from the array. | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
Public Events
Name | Description | |
---|---|---|
CollectionChanged | Occurs when the collection changes. | |
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.