- public The class can be accessed from any assembly
- private The class can only be referenced from within the same class
- protected The class can be accessed from the same class or any descendant of the class
- internal The class can be accessed from any class within the same assembly
C# Class Access Modifiers (Microsoft)
VB.NET Access Modifiers (Microsoft)
No comments:
Post a Comment