зеркало из https://github.com/mono/CppSharp.git
GeneratorKind: patch bug caused by missing ToString (#1811)
This commit is contained in:
Родитель
519e97f2da
Коммит
1327971e25
|
@ -104,6 +104,11 @@ namespace CppSharp.Generators
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public override string ToString()
|
||||||
|
{
|
||||||
|
return ID;
|
||||||
|
}
|
||||||
|
|
||||||
public const string CLI_ID = "CLI";
|
public const string CLI_ID = "CLI";
|
||||||
public static readonly GeneratorKind CLI = new(CLI_ID, "C++/CLI", typeof(CLIGenerator), typeof(CLITypePrinter), new[] { "cli" });
|
public static readonly GeneratorKind CLI = new(CLI_ID, "C++/CLI", typeof(CLIGenerator), typeof(CLITypePrinter), new[] { "cli" });
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче