[]
Represents a strongly typed collection of SortBy objects.
public sealed class SortByCollection : Collection<SortBy>, IList<SortBy>, ICollection<SortBy>, IList, ICollection, IReadOnlyList<SortBy>, IReadOnlyCollection<SortBy>, IEnumerable<SortBy>, IEnumerable, IValidateable
| Name | Description |
|---|---|
| SortByCollection() | Initializes a new instance of the SortByCollection class. |
| Name | Description |
|---|---|
| AddRange(IEnumerable<SortBy>) | Adds a collection of SortBy objects to the existing SortByCollection. |
| ToArray() | Copies the elements of the SortByCollection to a new array. |
| Validate(ValidationContext) | Validates the current state of the SortByCollection object. |