ajterr:10029

Type parameter with the same name was already specified (AJTERR10029)

Product(s) Karo.NET Compiler

Every type parameter in class or a function definition must have an unique name.

example::test<T, T2, T> { }
//            ^      ^ Two times the same name specified

Make every type name unique.

  • ajterr/10029.txt
  • Last modified: 2025-04-12 19:37
  • by admin