Skip to content

Instantly share code, notes, and snippets.

@yuiAs
Created August 26, 2015 02:16
Show Gist options
  • Select an option

  • Save yuiAs/bcb5d7c092dfb818f8ef to your computer and use it in GitHub Desktop.

Select an option

Save yuiAs/bcb5d7c092dfb818f8ef to your computer and use it in GitHub Desktop.
これだめなん?
bool? a = null;
System.Action<bool> = (b) => { a = b; };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment