Skip to content

Instantly share code, notes, and snippets.

@grumpycatsaysno
Last active January 28, 2016 08:21
Show Gist options
  • Save grumpycatsaysno/506e64d4c72770d8e5b9 to your computer and use it in GitHub Desktop.
Save grumpycatsaysno/506e64d4c72770d8e5b9 to your computer and use it in GitHub Desktop.
TaxonData class
protected internal class TaxonData
{
public uint Count { get; set;}
public int Size { get; set; }
public string Title { get; set; }
public string Url { get; set; }
public TaxonData()
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment