Shl*_*saf 1 variables c++-cli declaration function
例如:
假设我们有一个名为MyClass的类.
String^ MyClass::GetSomeInfoForExamplePuprs( int InfoNumber )
{
}
要么
static String ^GetOtherInfoExample()
{
}
要么
String ^GetOtherInfoExample(object *Something)
{
}
我在源代码中看到它,无法弄明白.