Skip to content

Commit

Permalink
Added symbols from dotnet module to reference in docs (#1938)
Browse files Browse the repository at this point in the history
There were some symbols missing in docs, although they were
implemented in dotnet module.
  • Loading branch information
vojone committed Aug 23, 2023
1 parent ba07831 commit 734347f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/modules/dotnet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,19 @@ Reference
The typelib of the file.

.. c:type:: number_of_constants
The number of constants in the .NET file.

.. c:type:: constants
A zero-based array of strings, one for each constant the .NET file has.
Individual constants can be accessed by using the [] operator.

.. c:type:: number_of_assembly_refs
The number of objects for .NET assembly reference information.

.. c:type:: assembly_refs
Object for .NET assembly reference information.
Expand Down

0 comments on commit 734347f

Please sign in to comment.