Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save the9ball/b8f502df1f2e9e775a84860c39aa7486 to your computer and use it in GitHub Desktop.

Select an option

Save the9ball/b8f502df1f2e9e775a84860c39aa7486 to your computer and use it in GitHub Desktop.
コンストラクタを呼ばずにインスタンスを作る
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