Skip to content

Instantly share code, notes, and snippets.

@mrlacey
Created November 17, 2020 21: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 mrlacey/9cfd7b375211f09def3fe7ca5156348a to your computer and use it in GitHub Desktop.
Save mrlacey/9cfd7b375211f09def3fe7ca5156348a to your computer and use it in GitHub Desktop.
FestiveEditor - 9
internal class FestiveImageTag : ITag
{
public FestiveImageTag(string term)
{
this.Term = term;
}
public string Term { get; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment