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.
The declaration of a local variable within a generic procedure specifies Static.
Visual Basic and the .NET Framework do not currently support any combination of static variables and generic procedures.
Error ID: BC32068
To correct this error
- Remove the Static keyword from the variable declaration.
See Also
Tasks
How to: Lengthen a Variable's Lifetime
Concepts
Generic Procedures in Visual Basic