ajterr:10034

The type "{0}" is not a generic type (AJTERR10034)

Product(s) Karo.NET Compiler

You tried to use generic type parameters on a type which is not generic.

sl.types::string<int>();
//              ^^^^^ "sl.types::string" is not a generic type, so specifying a type argument is not valid.

Remove the generic type parameters.

  • ajterr/10034.txt
  • Last modified: 2025-08-28 17:25
  • by admin