Click or drag to resize

ParameterRefGetParameterName Method

Get the name of the parameter in the collection with the specified index.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static string GetParameterName(
	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: String
See Also