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 protected bool FindTypeParameterIndex(
TypeParameter typeParameter,
out int index
)
Parameters
- typeParameter
- Type: Nova.CodeDOMTypeParameter
- index
- Type: SystemInt32
Return Value
Type:
BooleanReturns true if the index of the TypeParameter was found, otherwise false.
See Also