我想在下面的C#代码上创建C++/CLI包装器.
public static class Helper { public static int? GetCodes(string input) { // Implementation of the logic..... return 1; } }
c# c++-cli
c# ×1
c++-cli ×1