Simply checking the generic type argument TMarshalleris actually sufficient here, because the only value that can be specified without the generic type argument is the CallingConvention. Handling the calling convention at runtime is already a supported scenario.
Fixes #34.
Simply checking the generic type argument
TMarshaller
is actually sufficient here, because the only value that can be specified without the generic type argument is theCallingConvention
. Handling the calling convention at runtime is already a supported scenario.