Click or drag to resize

TypeDeclFindTypeParameterIndex Method

Overload List
  NameDescription
Public methodFindTypeParameterIndex(TypeParameter)
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.
Protected methodFindTypeParameterIndex(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.
Top
See Also