Skip to content

Instantly share code, notes, and snippets.

@coreyhaines
Created January 29, 2009 20:55
Show Gist options
  • Save coreyhaines/54737 to your computer and use it in GitHub Desktop.
Save coreyhaines/54737 to your computer and use it in GitHub Desktop.
public MyThing thing(DateTime duedate){
return new MyThing {DueDate = duedate};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment