From 734347fcaebc9394205071ce9a1ef397ad7823e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Dvo=C5=99=C3=A1k?= <75688455+vojone@users.noreply.github.com> Date: Wed, 23 Aug 2023 12:23:35 +0200 Subject: [PATCH] Added symbols from dotnet module to reference in docs (#1938) There were some symbols missing in docs, although they were implemented in dotnet module. --- docs/modules/dotnet.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/modules/dotnet.rst b/docs/modules/dotnet.rst index 9c132a648f..f116ba5a9b 100644 --- a/docs/modules/dotnet.rst +++ b/docs/modules/dotnet.rst @@ -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.