Skip to content

Instantly share code, notes, and snippets.

@hvitorino
Created March 13, 2012 23:45
Show Gist options
  • Save hvitorino/2032735 to your computer and use it in GitHub Desktop.
Save hvitorino/2032735 to your computer and use it in GitHub Desktop.
se isso funciona
Se isso funciona:
int a = 1;
object b = a;
isso também deveria funcionar:
Func<int> c = null;
Func<object> d = c;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment