Skip to content

Instantly share code, notes, and snippets.

Created February 6, 2018 19:02
Show Gist options
  • Select an option

  • Save anonymous/f58229043def5625dd82e8334664a09b to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/f58229043def5625dd82e8334664a09b to your computer and use it in GitHub Desktop.
DiffEntry
class DiffEntry
{
public string Prop { get; set; }
public object ValX { get; set; }
public object ValY { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment