Add C# Export Page

This commit is contained in:
skyace65
2021-09-01 21:44:47 -04:00
parent 449ba3b790
commit f8fffccde0
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
---------