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

Member predicate TupleType :: getElement

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

Field getElement ( int n )