L
Lee Crabtree
I'm not sure what the term is, but is it possible in C++/CLI to create a
function not in a class that would then be visible to other .NET
languages? Something like:
namespace Blah
{
public ref class Thing
{
};
static void OhNoesImNotInAClass(int omfgwtfbbq);
}
Lee Crabtree
function not in a class that would then be visible to other .NET
languages? Something like:
namespace Blah
{
public ref class Thing
{
};
static void OhNoesImNotInAClass(int omfgwtfbbq);
}
Lee Crabtree