Click or drag to resize

GenericMethodDeclGetTypeParameter Method

Get the type parameter at the specified index.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public TypeParameter GetTypeParameter(
	int index
)

Parameters

index
Type: SystemInt32

Return Value

Type: TypeParameter
See Also