Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created January 29, 2016 09:18
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 bjoerntx/0daf9ab93a5fd9b6c4a0 to your computer and use it in GitHub Desktop.
Save bjoerntx/0daf9ab93a5fd9b6c4a0 to your computer and use it in GitHub Desktop.
[Serializable]
public class address
{
public string Name { get; set; }
public string Street { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment