ISortableCollection Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents an interface for collections that can be sorted.
The ISortableCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | (Inherited from ICollection.) | |
IsFixedSize | (Inherited from IList.) | |
IsReadOnly | (Inherited from IList.) | |
IsSynchronized | (Inherited from ICollection.) | |
Item | (Inherited from IList.) | |
SyncRoot | (Inherited from ICollection.) |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from IList.) | |
Clear | (Inherited from IList.) | |
Contains | (Inherited from IList.) | |
CopyTo | (Inherited from ICollection.) | |
GetEnumerator | (Inherited from IEnumerable.) | |
IndexOf | (Inherited from IList.) | |
Insert | (Inherited from IList.) | |
Remove | (Inherited from IList.) | |
RemoveAt | (Inherited from IList.) | |
Sort | Sorts the collection with the specified comparer. |
Top