¡@

Home 

c# Programming Glossary: somedisposableobject

Disposing WPF User Controls

http://stackoverflow.com/questions/502761/disposing-wpf-user-controls

method. public partial class MyWpfControl UserControl SomeDisposableObject x where does this code go void Somewhere if x null x.Dispose..

Who Disposes of an IDisposable public property?

http://stackoverflow.com/questions/674879/who-disposes-of-an-idisposable-public-property

Disposes of an IDisposable public property If I have a SomeDisposableObject class which implements IDisposable class SomeDisposableObject.. class which implements IDisposable class SomeDisposableObject IDisposable public void Dispose Do some important disposal.. another class called AContainer which has an instance of SomeDisposableObject as a public property class AContainer SomeDisposableObject m_someObject..