NewObject.GetParameterType Method |
Determine the type of the parameter for the specified argument index.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntaxpublic override TypeRefBase GetParameterType(
int argumentIndex
)
Parameters
- argumentIndex
- Type: System.Int32
Return Value
Type:
TypeRefBase
See Also