ParameterRefParameterIsParams Method |
Determine if the parameter in the collection with the specified index is a 'params' parameter.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static bool ParameterIsParams(
ICollection parameters,
int index
)
Parameters
- parameters
- Type: System.CollectionsICollection
The collection of parameters. - index
- Type: SystemInt32
The index of the desired parameter.
Return Value
Type:
BooleanSee Also