Merge pull request #5219 from skyace65/C#Exports

Add C# Export Page
This commit is contained in:
Max Hilbrunner
2021-09-09 13:02:52 +02:00
committed by GitHub
3 changed files with 368 additions and 1 deletions

View File

@@ -31,7 +31,8 @@ Exporting can only be done with built-in types or objects derived from the :ref:
.. note::
Exporting properties can also be done in other languages such as C#.
The syntax varies depending on the language.
The syntax varies depending on the language. See :ref:`doc_c_sharp_exports`
for information on C# exports.
Basic use
---------