如何使用 param 定义公共静态方法是一个集合(向量或映射)?(然后,我需要 WP8 中的 C# 来调用这个方法)
我写:
public ref class TestClass sealed
{
public:
static void Test(Windows::Foundation::Collections::IVector<int> ^ s);
static void Test1(Platform::Collections::Vector<int> ^ s);
}
然后,Test 和 Test1 都编译错误。
错误 LNK2001:未解析的外部符号“公共:静态 void __cdecl WPRuntimeComponent::delegateTest::Test(struct Windows::Foundation::Collections::IVector ^)”(?Test@delegateTest@WPRuntimeComponent@@SAXP$AAU?$IVector@ H@Collections@Foundation@Windows@@@Z)