The following tables list the members exposed by SortedListView<T>.
| Name | Description | |
|---|---|---|
![]()  | SortedListView<T> Constructor | Constructs an instance of a SortedListView | 
| Name | Description | |
|---|---|---|
![]()  | Count | Returns the count of the items in the view. | 
![]()  | IsFixedSize | Returns if the view has a fixed size. | 
![]()  | IsReadOnly | Returns if the view is read only. | 
![]()  | IsSynchronized | Returns whether the collection is synchronized. | 
![]()  | Item | Gets or sets the item at the specified index. | 
![]()  | SyncRoot | Returns the synchronization root to use to synchronize the collection. | 
| Name | Description | |
|---|---|---|
![]()  | Add | Adds and item to the collection. | 
![]()  | Clear | Clears the collection. | 
![]()  | Contains | Determines if the collection contains the provided item. | 
![]()  | CopyTo | Copies the collection to an array. | 
![]()  | GetEnumerator | Gets the enumerator for iterating through the collection. | 
![]()  | IndexOf | Returns the index of the provided value in the collection. | 
![]()  | Insert | Inserts the item at the specified index. | 
![]()  | Remove | Removes the specified value from the collection. | 
![]()  | RemoveAt | Removes the item at the specified index. |