I want to create C++/CLI wrapper on the below C# code.
public static class Helper { public static int? GetCodes(string input) { // Implementation of the logic..... return 1; } } I want to create C++/CLI wrapper on the below C# code.
public static class Helper { public static int? GetCodes(string input) { // Implementation of the logic..... return 1; } }