SortCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of Sort structures.
The SortCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of Sort structures in the collection. | |
Item | Gets the specified sort structure from the collection. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a new Sort structure to the collection. | |
Clear | Removes all the Sort structures from the collection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that can be used to access the items in the crawl rule collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top