Browse Source

Update UsersManual.md

pull/873/merge
João Matos 8 years ago committed by GitHub
parent
commit
7db6104f13
  1. 7
      docs/UsersManual.md

7
docs/UsersManual.md

@ -193,12 +193,11 @@ do is provide some conversion operators in .NET to get access to them. @@ -193,12 +193,11 @@ do is provide some conversion operators in .NET to get access to them.
### Virtual methods
Support for overriding virtual methods is being worked on and it will provide
a way for managed code to override virtual methods in bound classes.
Overriding virtual methods from managed classes is supported.
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
C# code.
C# code.
## Templates
@ -318,4 +317,4 @@ languages. @@ -318,4 +317,4 @@ languages.
Some internal functionalities are also implemented as passes like checking for
invalid declaration names or resolving incomplete declarations. Please check the
developer manual for more information about these.
developer manual for more information about these.

Loading…
Cancel
Save