Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
When you divide the definition of a class or structure among several declarations, the compiler treats the class or structure as the union of all its partial declarations. Because of this, you cannot define any conflicting modifiers or type parameter lists in the various partial declarations.
Error ID: BC30932
To correct this error
Determine which type parameter list is the desired one for your class or structure. This includes the parameters, their order, and their constraint lists.
Make sure every partial definition uses the identical type parameter list.