InputParameterCollection members
Include protected members
Include inherited members
Represents a collection of InputParameter objects.
The InputParameterCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets a count of the number of InputParameter objects contained in the InputParameters collection. (Inherited from InputParameters.) | |
Item | Gets a reference to the specified InputParameter object from the InputParameters collection. (Inherited from InputParameters.) |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator() | Gets an IEnumerator that can be used to iterate over all entries in the InputParameters collection. (Inherited from InputParameters.) |
Top