Internal or public?

Fabulous adventures in coding

Suppose we have a sealed internal class C with a member M intended to be accessed from throughout the assembly:

internal sealed class C
{
  ??? void M() { ... }
}

Should the accessibility modifier at ??? be internal or public?

View original post 415 słów więcej

Dodaj komentarz