ParameterDefinitionUtil Methods |
The ParameterDefinitionUtil type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GetCategory |
Get the category name.
|
![]() ![]() | IsIn |
Check if the ParameterDefinition has the 'in' modifier.
|
![]() ![]() | IsOut |
Check if the ParameterDefinition has the 'out' modifier.
|
![]() ![]() | IsParams |
Check if the ParameterDefinition has the 'params' modifier.
|
![]() ![]() | IsRef |
Check if the ParameterDefinition has the 'ref' modifier.
|
![]() ![]() | IsThis |
Check if the ParameterDefinition has the 'this' modifier (actually, if it's parent MethodDefinition has the extension attribute, and
it's the first parameter of the method).
|