Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SortColumnDescriptions

This represents a collection or SortColumnDescriptions in multi SortColumnDescription views.
Read time 1 minuteLast updated 10 days ago

Definition

public class SortColumnDescriptions : ICollection<SortColumnDescription>, IEnumerable<SortColumnDescription>, IEnumerable

Properties

Property

Description

CountGets the number of sort descriptions in the collection.
IsReadOnlyGets a value indicating whether the collection is readonly.
this[]Returns the SortColumnDescription at the specified index.

Methods

Method

Description

AddAdds a sort description at the end of the collection.
ClearRemoves all sort descriptions from the collection.
ContainsDetermines whether the current collection contains a specific value.
CopyToCopies the elements of the current collection to a Array, starting at the specified index.
GetEnumeratorReturns an enumerator that iterates through the collection.
IndexOfReturns the index of the specified SortColumnDescription if it is contained in the collection; returns -1 otherwise.
InsertInserts a sort description into the current instance at the specified index.
RemoveRemoves the first occurence of a sort description from the collection.
RemoveAtRemoves the sort description at the specified index.