Skip to content

Instantly share code, notes, and snippets.

@otf
Last active December 15, 2015 18:59
Show Gist options
  • Save otf/5308012 to your computer and use it in GitHub Desktop.
Save otf/5308012 to your computer and use it in GitHub Desktop.
型がnull許容かどうかしらべる
Expression.Lambda<Func<object>>(Expression.Convert(Expression.Default(t),typeof (object))).Compile()() == null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment