G
Guest
Is it possible to declare a static managed member in managed code?
gcroot<MyClass*> instance
works,
but
static gcroot<MyClass*> staticinstance does not.
Any suggestions?
gcroot<MyClass*> instance
works,
but
static gcroot<MyClass*> staticinstance does not.
Any suggestions?