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 -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -