Represents an erased provided parameter
Constructor | Description |
Full Usage:
ProvidedParameter(parameterName, parameterType, ?isOut, ?optionalValue)
Parameters:
string
parameterType : Type
?isOut : bool
?optionalValue : obj
Returns: ProvidedParameter
|
|
Instance member | Description |
|
|
Full Usage:
this.HasDefaultParameterValue
Returns: bool
|
|
Full Usage:
this.IsParamArray()
|
|
Full Usage:
this.IsReflectedDefinition()
|