Al's BrainDump

RSS

Navigation





Quick Search
»
Advanced Search »

PoweredBy
A METHOD can be:

public: Access is not restricted.

protected: Access is limited to the containing class or types derived from the containing class.

Internal: Access is limited to the current assembly.

protected internal: Access is limited to the current assembly or types derived from the containing class.

private: Access is limited to the containing type. - 'private virtual' is impossible as it wont be visible in the deriving class.

ScrewTurn Wiki version 3.0.5.600. Some of the icons created by FamFamFam.