Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value that indicates whether a parameter is composite.
Syntax
public boolean parameterComposite(int _parameterNumber)
Run On
Called
Parameters
- _parameterNumber
Type: int
The number of the parameter to reflect upon.
Return Value
Type: boolean
true if the parameter is composite; otherwise, false.
Remarks
For system methods the last parameter can be a composite parameter which accepts a variable number of parameters, even though by reflection there is only one parameter.