I am curious to know if there are any samples in c#. I can't think of a single sample forbidding inheritance rather than some commercial intentions, so I would like to know some real world examples in c# itself.
I know about sealed classes, I'm just looking for some examples in c# itself, something rather than value types and structs which are implicitly sealed.