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.cil.Generics

Classes

ConstructedGeneric

A constructed generic type or method.

ConstructedMethod

A constructed generic method.

ConstructedType

A constructed generic type.

Generic

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

UnboundGeneric

An unbound generic type or method.

UnboundGenericMethod

An unbound generic method.

UnboundGenericType

An unbound generic type.