- private : can be called only by the objects in the same type
- protected : can be called by objects the derived type, no matter in the same assembly or not
- public : can be called by all code
- internal : can be called by the code in the same assembly
- protected internal : same as protected
- internal protected : not support in C# but in IL it meas the derived type in the same assembly can call the code
--
Happy day, happy life!
No comments:
Post a Comment