Overview of CSharp .NET Access Modifiers
Access Modifiers are used to define the “visibility” of a type (class) or the members of a type. The full list of access modifiers is public, private, protected, internal, and protected internal.
Filed under: C# Language, Quick References | Tagged: C#, Quick Reference | Leave a Comment »




