ActionParameterCollection members
Represents a collection of ActionParameter objects.
The ActionParameterCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Create(Byte, Boolean, Byte) | Create a new ActionParameter using the specified ordinal, cache setting, and parameter index. | |
Create(String, Boolean, Byte) | Create a new ActionParameter using the specified name, cache setting, and parameter index. | |
GetEnumerator | Creates an enumerator to iterate through this collection. | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Creates an enumerator to iterate through this collection. |
Top