Click or drag to resize

TypeDeclFindTypeParameterIndex Method (TypeParameter, Int32)

Find the index of the specified TypeParameter in the declaration of the TypeDecl or an enclosing TypeDecl if this one is nested. Also handles partial types.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected bool FindTypeParameterIndex(
	TypeParameter typeParameter,
	out int index
)

Parameters

typeParameter
Type: Nova.CodeDOMTypeParameter
index
Type: SystemInt32

Return Value

Type: Boolean
Returns true if the index of the TypeParameter was found, otherwise false.
See Also