MethodGroupItemParameter Type
Represents one parameter for one method (or other item) in a group.
Instance members
Instance member |
Description
|
Full Usage:
this.CanonicalTypeTextForSorting
Returns: string
|
A key that can be used for sorting the parameters, used to help sort overloads.
|
|
The representation for the parameter including its name, its type and visual indicators of other information such as whether it is optional.
|
Full Usage:
this.IsOptional
Returns: bool
|
Is the parameter optional
|
Full Usage:
this.ParameterName
Returns: string
|
The name of the parameter.
|