Created
September 4, 2018 19:10
-
-
Save dsibinski/e8d933cf16b9a09aff19a97de6fc32ce to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UnmanagedClass myClass = new UnmanagedClass(); | |
// working with the instance... | |
myClass.Dispose(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment