The following tables list the members exposed by MatchingParameterCollection.
| Name | Description | |
|---|---|---|
| MatchingParameterCollection Constructor | Initializes a new instance of the MatchingParameterCollection class. |
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the MatchingParameterCollection. |
| IsReadOnly | Gets a value indicating whether the MatchingParameterCollection is read-only. |
| Item | Gets or sets the element at the specified index. |
| Name | Description | |
|---|---|---|
| Add | Adds an item to the MatchingParameterCollection. |
| Clear | Removes all items from the MatchingParameterCollection. |
| Contains | Determines whether the MatchingParameterCollection contains a MatchingParameterList. |
| CopyTo | Copies the elements of the MatchingParameterCollection to an array of MatchingParameterList objects, starting at the specified array index. |
| GetEnumerator | Returns an enumerator that iterates through a collection. |
| IndexOf | Determines the index of a specific MatchingParameterList in the MatchingParameterCollection. |
| Insert | Inserts an item to the MatchingParameterCollection at the specified index. |
| Remove | Removes the first occurrence of a MatchingParameterList from the MatchingParameterCollection. |
| RemoveAt | Removes the MatchingParameterList item at the specified index. |