Click or drag to resize

MethodRefGetTypeParameter Method

Get the type parameter of the referenced method declaration with the specified index (returns null if not found).

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

Parameters

index
Type: SystemInt32

Return Value

Type: TypeParameterRef
See Also