public class Parameter:
Class representing a method parameter.
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | namename as String: |
Method to get the name of the parameter |
| public readonly property | typetype as Type: |
Method to get the type of the parameter |
| Modifier and Type | Member | Description |
|---|---|---|
| public | Parameter | Constructor for Parameter |