Difference between revisions of "ConstructorInfo.GetParameters"
From Xojo Documentation
m (1 revision) |
|||
Line 4: | Line 4: | ||
| ownertype=class | | ownertype=class | ||
| scope=public | | scope=public | ||
− | | returntype=[[ | + | | returntype=[[ParameterInfo|ParameterInfo()]] |
| platform=all | | platform=all | ||
}} | }} | ||
Returns an array of [[ParameterInfo]] items. Use GetParameters to obtain datatype information on the constructor's parameters. | Returns an array of [[ParameterInfo]] items. Use GetParameters to obtain datatype information on the constructor's parameters. |
Revision as of 15:51, 30 October 2010
Method
Returns an array of ParameterInfo items. Use GetParameters to obtain datatype information on the constructor's parameters.