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

Member predicate TupleType::getElementType

Gets the type of the nth element of this tuple, indexed from 0. For example, the 0th (first) element type of (int, string) is int.

Type getElementType(int n)