Vixen
02b45cc4
csharp
public readonly record struct TemplateChange

One line of what a re-apply would do.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • public TemplateChangeKind Kind

    What would happen to it.

  • public string Tag

    Which tag, by name.

  • public string Detail

    What differs, for a person reading the list.

Methods (2)

  • public TemplateChange(TemplateChangeKind Kind, string Tag, string Detail)

    One line of what a re-apply would do.

  • public override string ToString()

    Returns the fully qualified type name of this instance.

Used by (3)

  • AuthoringTestsVixen.Animation.Tests
  • ConstraintTemplateContentVixen.Animation
  • TemplateDiffVixen.Animation