Skip to content

Instantly share code, notes, and snippets.

Created February 6, 2018 19:02
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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