Difference between revisions of "ConstructorInfo.GetParameters"
From Xojo Documentation
(SMBot: new page by automated transformation) |
m |
||
(2 intermediate revisions by one other user not shown) | |||
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. | + | {{Description |
+ | |text = Returns an array of [[ParameterInfo]] items. Use GetParameters to obtain datatype information on the constructor's parameters. }} |
Latest revision as of 20:17, 13 January 2012
Method
Returns an array of ParameterInfo items. Use GetParameters to obtain datatype information on the constructor's parameters.