For example:
Let's say we have a class called MyClass.
String^ MyClass::GetSomeInfoForExamplePuprs( int InfoNumber )
{
}
or
static String ^GetOtherInfoExample()
{
}
or
String ^GetOtherInfoExample(object *Something)
{
}
I saw it in source code and can't figure it out.