Skip to content

Instantly share code, notes, and snippets.

@JeremyLikness
Created August 22, 2017 19:21
Show Gist options
  • Select an option

  • Save JeremyLikness/9878de045923471534055c0c7f0e53a7 to your computer and use it in GitHub Desktop.

Select an option

Save JeremyLikness/9878de045923471534055c0c7f0e53a7 to your computer and use it in GitHub Desktop.
A combination class
public class Combo
{
public int Id { get; set; }
public CoolColor Color { get; set; }
public Planet Planet { get; set; }
public Cat Cat { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment