Difference between revisions of "ConstructorInfo.GetParameters"
From Xojo Documentation
m |
|||
Line 7: | Line 7: | ||
| 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.