ParameterCollection members
Represents the collection of parameters for a method.
The ParameterCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Create | Creates a new parameter for a method. | |
GetEnumerator | Returns an enumerator to enumerate over the collection. | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Returns an enumerator to enumerate over the collection. |
Top