Skip to content

Instantly share code, notes, and snippets.

@hbulens
Created December 8, 2018 14:13
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 hbulens/27ac94f6440cec9d901644d80c4bfbfe to your computer and use it in GitHub Desktop.
Save hbulens/27ac94f6440cec9d901644d80c4bfbfe to your computer and use it in GitHub Desktop.
internal class ResourceGroup
{
public string Name { get; set; }
public IEnumerable<LocalizedString> Entries { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment