parameterClass
The type of object represented by this parameter.
Declaration
var parameterClass: AnyClass { get }Discussion
When fetching the parameter’s value, you can use the class information in this property to obtain the type information for that value.