J
Jose Ines Cantu Arrambide
Hello,
When trying to declare a value type struct that inherits an interface, I
get a compiler error stating that a sealed class cannot be abstract. When I
change __value for __gc it builds ok. My question is: Structs that inherit
Interfaces have to be reference types? Is this also applicable in C#?
Thanks.
Jose.
When trying to declare a value type struct that inherits an interface, I
get a compiler error stating that a sealed class cannot be abstract. When I
change __value for __gc it builds ok. My question is: Structs that inherit
Interfaces have to be reference types? Is this also applicable in C#?
Thanks.
Jose.