|
class methods |
Top Previous Next |
|
What is translated > Types > Records, Classes, Interfaces > Class > class methods Delphi class methods are similar to C# static methods, but they are not identical.
The most important differences are:
For this reason Delphi2C# distinguishes between:
class-method calls that depend on Delphi's implicit Self
Delphi2C# uses the runtime metaclass type TClass to represent Delphi class references and to support virtual class-method dispatch where required.
|
|
This page belongs to the Delphi2C# Documentation |
Delphi2C# home Content |