Visibility of class members |
Top Previous Next |
What is translated > Types > Records, Classes, Interfaces > Class > Visibility of class members
In Delphi a private or protected member is visible anywhere in the module where its class is declared. In C# a private or protected member is visible only in the class.
|
This page belongs to the Delphi2C# Documentation |
Delphi2C# home Content |