using System;
public class Program
{
public static void Main()
Object obj = new Object();
try
//Do something with, but do not redifine (or pass by ref), obj
}
finally
if(obj != null)//is there ever a situation this could be needed?
obj.Dump(); //Really should be close or dispose