Z
Zytan
What happens if I do this:
static byte MemberFunction()
instead of:
public static byte MemberFunction()
I know I can't access it. But what does it default to? Private? I
can't find any code that does this, and "static" docs don't say much.
thanks
Zytan
static byte MemberFunction()
instead of:
public static byte MemberFunction()
I know I can't access it. But what does it default to? Private? I
can't find any code that does this, and "static" docs don't say much.
thanks
Zytan