Skip to content

Instantly share code, notes, and snippets.

@jorgebay
Created August 11, 2014 14:44
Show Gist options
  • Select an option

  • Save jorgebay/464a9e2ade73a987fafb to your computer and use it in GitHub Desktop.

Select an option

Save jorgebay/464a9e2ade73a987fafb to your computer and use it in GitHub Desktop.
udt-clr-type
public class Address
{
public string Street { get; set; }
public string City { get; set; }
public int Zip { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment