我目前在C ++中要转换为C#的一行代码遇到问题。
struct card {
bool operator()(void* const & c1, void* const & c2) const;
};
我已经尝试过其他类似IntPtr的操作,但是我认为语法错误。
我目前在C ++中要转换为C#的一行代码遇到问题。
struct card {
bool operator()(void* const & c1, void* const & c2) const;
};
我已经尝试过其他类似IntPtr的操作,但是我认为语法错误。