Share via


Comma or ')' expected (Type Parameter List)

A type parameter list contains an unexpected element. Use commas (,) to separate type parameters in such a list, and use a closing parenthesis ()) to end the list.

Error ID: BC32099

To correct this error

  • Add a comma and continue the type parameter list, or add a closing parenthesis character to terminate the list.

See Also

Concepts

Generic Types in Visual Basic

Reference

Type List