C# Modifiers (Quick Reference)

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.

Follow

Get every new post delivered to your Inbox.