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