IDisposable , , . Dispose() , , ( , ..)
:
public void Foo(SomeObjectType theObject)
{
int initialValue = theObject.SomeProperty;
theObject.SomeProperty = 25;
Console.Out.WriteLine("Property is:" + theObject.SomeProperty);
theObject.SomeProperty = initialValue;
Console.Out.WriteLine("Property oringinal value is:" + theObject.SomeProperty);
}
, , , , , , , .
Dispose() , , , . , , dispose, , .net Dispose()
, , , , . , , .
, , (, , GDI). , . , , , Dispose , , , dispose. , , . , , - reset ( ). , .
, , , . , (, ) , , , .