Created
September 4, 2018 19:12
-
-
Save dsibinski/aba29f9bdf87bc129be4948e1e4c9995 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
using (UnmanagedClass myClass = new UnmanagedClass()) | |
{ | |
// working with the instance... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment