Example #1
0
 public ITypeSymbol Construct(INamedTypeSymbol namedType, ITypeSymbol[] typeArguments)
 {
     return(namedType.ConstructWithNullability(typeArguments));
 }