Skip to content

Commit be15444

Browse files
Merge branch 'mono:main' into revert-1802-typemap-cleanup
2 parents 02b745c + 1327971 commit be15444

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Generator/GeneratorKind.cs

+5
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ public override int GetHashCode()
9999
}
100100
}
101101

102+
public override string ToString()
103+
{
104+
return ID;
105+
}
106+
102107
public const string CLI_ID = "CLI";
103108
public static readonly GeneratorKind CLI = new(CLI_ID, "C++/CLI", typeof(CLIGenerator), typeof(CLITypePrinter), new[] { "cli" });
104109

0 commit comments

Comments
 (0)