Click or drag to resize

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
C#
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: Boolean
See Also