RankParamCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of RankingParameter objects.
The RankParamCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of RankingParameter objects in the collection. |
![]() |
Item[Int32] | Gets the ranking parameter at the specified index in the collection. |
![]() |
Item[String] | Gets the specified ranking parameter from the collection of ranking parameters. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Returns an enumerator that iterates through the ranking parameters in the collection. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top