The following tables list the members exposed by ParameterValueCollection.
| Name | Description | |
|---|---|---|
![]() | ParameterValueCollection Constructor | Creates a new instance of the ParameterValueCollection. |
| Name | Description | |
|---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
![]() | IsReadOnly | Gets if the collection is readonly. |
![]() | Item | Gets the ParameterValue by specified index |
| Name | Description | |
|---|---|---|
![]() | InnerList | (Inherited from System.Collections.CollectionBase) |
![]() | List | (Inherited from System.Collections.CollectionBase) |
| Name | Description | |
|---|---|---|
![]() | Add | Adds ParameterValue item to this collection. |
![]() | Clear | (Inherited from System.Collections.CollectionBase) |
![]() | Contains | Determines if a ParameterValue is in this collection. |
![]() | CopyTo | Copies this collection of ParameterValue items to the array. |
![]() | GetEnumerator | (Inherited from System.Collections.CollectionBase) |
![]() | Remove | Removes the ParameterValue from this collection. |
![]() | RemoveAt | (Inherited from System.Collections.CollectionBase) |
| Name | Description | |
|---|---|---|
![]() | OnClear | (Inherited from System.Collections.CollectionBase) |
![]() | OnClearComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnInsert | (Inherited from System.Collections.CollectionBase) |
![]() | OnInsertComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnRemove | (Inherited from System.Collections.CollectionBase) |
![]() | OnRemoveComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnSet | (Inherited from System.Collections.CollectionBase) |
![]() | OnSetComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnValidate | (Inherited from System.Collections.CollectionBase) |




