|
|
|
@ -193,12 +193,11 @@ do is provide some conversion operators in .NET to get access to them. |
|
|
|
|
|
|
|
|
|
|
|
### Virtual methods |
|
|
|
### Virtual methods |
|
|
|
|
|
|
|
|
|
|
|
Support for overriding virtual methods is being worked on and it will provide |
|
|
|
Overriding virtual methods from managed classes is supported. |
|
|
|
a way for managed code to override virtual methods in bound classes. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Instances of these types can be passed to native code and and whenever the |
|
|
|
Instances of these types can be passed to native code and and whenever the |
|
|
|
native code calls one of those functions there will be a transition to the |
|
|
|
native code calls one of those functions there will be a transition to the |
|
|
|
C# code. |
|
|
|
C# code. |
|
|
|
|
|
|
|
|
|
|
|
## Templates |
|
|
|
## Templates |
|
|
|
|
|
|
|
|
|
|
|
@ -318,4 +317,4 @@ languages. |
|
|
|
|
|
|
|
|
|
|
|
Some internal functionalities are also implemented as passes like checking for |
|
|
|
Some internal functionalities are also implemented as passes like checking for |
|
|
|
invalid declaration names or resolving incomplete declarations. Please check the |
|
|
|
invalid declaration names or resolving incomplete declarations. Please check the |
|
|
|
developer manual for more information about these. |
|
|
|
developer manual for more information about these. |
|
|
|
|