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

Member predicate UnboundGenericStruct :: getInstanceType

Gets the instance type of this type. For an unbound generic type, the instance type is a constructed type created from the unbound type, with each of the supplied type arguments being the corresponding type parameter.

ConstructedStruct getInstanceType ( )