C Sharp Programming/Keywords/protected
From Wikibooks, the open-content textbooks collection
The protected keyword is used in field, method, and property declarations to make the field, method, or property protected to its enclosing class. That is, it is visible only to its class and the classes that derive from it.
| C# Keywords | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Special C# Identifiers | ||||||||||
|