Structures cannot have 'Inherits' statements
Unlike classes, structures do not support inheritance.
Error ID: BC30628
To correct this error
Remove the Inherits statement from the structure.
Redesign your application to use classes instead.
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
Unlike classes, structures do not support inheritance.
Error ID: BC30628
Remove the Inherits statement from the structure.
Redesign your application to use classes instead.