ParameterInfo Members
Include Protected Members
Include Inherited Members
Gets or sets the name and values of a parameter.
The ParameterInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ParameterInfo() | Initializes a new instance of the ParameterInfo class. | |
ParameterInfo(String, []) | Initializes a new instance of the ParameterInfo class. |
Top
Properties
Name | Description | |
---|---|---|
Name | Gets or sets the defined name of the parameter. | |
Values | Gets or sets the values of a parameter. |
Top
Methods
Name | Description | |
---|---|---|
ToString | (Inherited from Object.) |
Top