Protected
Protected Fields
class A
{
protected int x = 123;
}
Protected Internal
A protected internal member is accessible from the current assembly or from types that are derived from the containing class.
can be fields and methods
Private Protected
A private protected member is accessible by types derived from the containing class, but only within its containing assembly.
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext