Parameter
classin packageklyn.reflection
public class Parameter:
Class representing a method parameter.
Properties
| Modifier and Type |
Member |
Description |
| public readonly property |
name |
Method to get the name of the parameter |
| public readonly property |
type |
Method to get the type of the parameter |
Constructors
| Modifier and Type |
Member |
Description |
| public |
Parameter |
Constructor for Parameter |
Methods
| Modifier and Type |
Member |
Description |
| public override |
toString |
Method to convert the parameter to a string representation |