Ejemplo n.º 1
0
 public Id MakeId(GenericContext gc) => elementType.MakeId(gc) + "[]";
Ejemplo n.º 2
0
 public Id MakeId(GenericContext gc) => "pinned " + elementType.MakeId(gc);
Ejemplo n.º 3
0
 public Id MakeId(GenericContext gc) => unmodifiedType.MakeId(gc);
Ejemplo n.º 4
0
 public Id MakeId(GenericContext gc) =>
 genericType.MakeId(gc) + "<" + Id.CommaSeparatedList(typeArguments.Select(arg => arg.MakeId(gc))) + ">";
Ejemplo n.º 5
0
 public Id MakeId(GenericContext gc) => "ref " + elementType.MakeId(gc);
Ejemplo n.º 6
0
 public Id MakeId(GenericContext gc) => elementType.MakeId(gc) + "[]";   // Make these static