Skip to content

Instantly share code, notes, and snippets.

@1tgr
Created April 18, 2010 18:04
Show Gist options
  • Select an option

  • Save 1tgr/370440 to your computer and use it in GitHub Desktop.

Select an option

Save 1tgr/370440 to your computer and use it in GitHub Desktop.
public class Yield : Delegate
{
public Yield Invoke() { /* magic */ }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment