Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angelovstanton/ceb7e0323462d77792fd to your computer and use it in GitHub Desktop.
Save angelovstanton/ceb7e0323462d77792fd to your computer and use it in GitHub Desktop.
int i = 21;
TypedReference tr = __makeref(i);
Type t = __reftype(tr);
Console.WriteLine(t.ToString());
int rv = __refvalue( tr,int);
Console.WriteLine(rv);
ArglistTest.DisplayNumbersOnConsole(__arglist(1, 2, 3, 5, 6));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment