CodeQL library for C#
codeql/csharp-all 0.7.4 ( changelog , source )
Search

Member predicate TypeParameter :: getIndex

Gets the index of this type parameter. For example the index of U in Func<T,U> is 1.

int getIndex ( )