Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Created September 3, 2018 19:44
Show Gist options
  • Save dsibinski/a5becab104ef57f2c8c35d8f9c66b672 to your computer and use it in GitHub Desktop.
Save dsibinski/a5becab104ef57f2c8c35d8f9c66b672 to your computer and use it in GitHub Desktop.
namespace UnmanagedResourcesTests
{
class MyTestClass
{
void Finalize()
{
Console.WriteLine("Finalizing my object!");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment