Click or drag to resize

ParameterRefParameterIsOptional Method

Determine if the parameter in the collection with the specified index is an optional parameter.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static bool ParameterIsOptional(
	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