Tin Can
Tin Can

Reputation: 2870

"Inheritance" Attribute: what does it do?

I happened across an attribute in c# that's called [Inheritance]. Microsoft's documentation on the attribute is somewhat limited. The attribute has only one property which is an enumeration they call inheritance level. That's about all I could find by googling about. So here are my questions:

Upvotes: 4

Views: 284

Answers (1)

Hogan
Hogan

Reputation: 70538

  • It does not do anything, it is a notation used internally by the compiler / linker

  • N/A

  • N/A

Upvotes: 3

Related Questions