CodeQL library for C#
codeql/csharp-all 1.0.5-dev (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)