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.
A generic procedure is called with a number of type arguments that does not match the number of type parameters with which it is defined.
Error ID: BC30951
To correct this error
Supply a type argument for every type parameter defined for the generic procedure.
-or-
Call the generic procedure with no type arguments at all, and let the compiler attempt to infer the type arguments.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.