SortColumnDescriptions
This represents a collection or SortColumnDescriptions in multi SortColumnDescription views.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Implements: ICollection<SortColumnDescription>, IEnumerable<SortColumnDescription>, IEnumerable
public class SortColumnDescriptions : ICollection<SortColumnDescription>, IEnumerable<SortColumnDescription>, IEnumerable
Properties
Property | Description |
|---|---|
| Count | Gets the number of sort descriptions in the collection. |
| IsReadOnly | Gets a value indicating whether the collection is readonly. |
| this[] | Returns the SortColumnDescription at the specified index. |
Methods
Method | Description |
|---|---|
| Add | Adds a sort description at the end of the collection. |
| Clear | Removes all sort descriptions from the collection. |
| Contains | Determines whether the current collection contains a specific value. |
| CopyTo | Copies the elements of the current collection to a Array, starting at the specified index. |
| GetEnumerator | Returns an enumerator that iterates through the collection. |
| IndexOf | Returns the index of the specified SortColumnDescription if it is contained in the collection; returns -1 otherwise. |
| Insert | Inserts a sort description into the current instance at the specified index. |
| Remove | Removes the first occurence of a sort description from the collection. |
| RemoveAt | Removes the sort description at the specified index. |