codeql/csharp-all
3.1.1
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the index of this type parameter. For example the index of U in Func<T,U> is 1.
U
Func<T,U>
int getIndex()