Skip to content

Commit 6bc82c0

Browse files
committed
Fix #47569: DOTNET cannot instantiate generic classes
1 parent ff054fc commit 6bc82c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

reference/com/dotnet.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
</para>
1616
<para>
1717
Neither instantiating static classes nor calling static methods is supported.
18+
Instantiating generic classes such as <literal>System.Collections.Generic.List</literal>
19+
is not supported either.
1820
</para>
1921
<para>
2022
Some .Net classes do not implement IDispatch, so while they can be instantiated,

0 commit comments

Comments
 (0)