Created
February 11, 2022 08:41
-
-
Save dcagnetta/72878e4c884a06ffea169b7063df9f35 to your computer and use it in GitHub Desktop.
Create new instance without the constructor
This file contains hidden or 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
var someclass = (SomeClass) FormatterServices.GetUninitializedObject(typeof(SomeClass)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
good for tests