Menu

keywords-private

Will Pittenger

This is one of three access qualifiers you can use on types, data members, methods, and properties as long as they are in another type or a namespace. The others are public and protected. For more on access qualifiers, see the section [Members and methods].

(\public\ | \protected\ | \private\) /ContinueDeclaration/

Related

Wiki: Keywords
Wiki: Members and methods
Wiki: keywords-final
Wiki: keywords-protected
Wiki: keywords-public