c# - Why is BindingListCollectionView sealed? -



c# - Why is BindingListCollectionView sealed? -

i have extension icollectionview interface allows me handle multi-selection (imultiselectcollectionview). want provide implementation compatible bindinglistcollectionview class sealed. know why design decision made?

sealing class denotes safeguard derived class might dramatically alter basic behavior of original one. anyway, don't know what's real meaning sealing class.

c# .net wpf icollectionview

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -