Generic Parameters - .NET Call Parameters
- Updated2026-02-03
- 1 minute(s) read
Generic Parameters - .NET Call Parameters
Generic Parameters
The .NET Adapter supports all fully-specified generic types that the public members of an assembly use. Thus, the adapter supports any generic type used as a parameter, return value, property, or field type in a public member. For example, you can call an assembly with a method that takes the List<Int32> type as a parameter and you can create instances of the type and call members on the type.
You can view the fully-specified generic types at the bottom of the Root Class list control on the .NET Module tab.