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