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

Module Generics

Provides classes for generic types and methods.

Import path

import semmle.code.dotnet.Generics

Imports

Declaration

Provides classes for .Net declarations.

Predicates

getGenericsLabel

INTERNAL: Do not use.

Classes

ConstructedGeneric

A constructed generic.

Generic

A generic declaration. Either an unbound generic (UnboundGeneric) or a constructed generic (ConstructedGeneric).

UnboundGeneric

An unbound generic.