T
Tony Johansson
Hello!
Can somebody explain why I get this compile error
Elements defined in a namespace cannot be explicitly declared as private,
protected, or protected internal
when compiling this code ?
protected class Test
{
}
//Tony
Can somebody explain why I get this compile error
Elements defined in a namespace cannot be explicitly declared as private,
protected, or protected internal
when compiling this code ?
protected class Test
{
}
//Tony