Last active
March 29, 2018 06:08
-
-
Save the9ball/b8f502df1f2e9e775a84860c39aa7486 to your computer and use it in GitHub Desktop.
コンストラクタを呼ばずにインスタンスを作る
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
| T Create<T>() => (T)FormatterServices.GetUninitializedObject(typeof(T)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment