Add Enumerable initializers

This commit is contained in:
Mbucari 2023-02-03 16:20:48 -07:00
parent 40602c7626
commit 5917d059e4
8 changed files with 136 additions and 141 deletions

View file

@ -18,7 +18,7 @@ public class TemplatePart : IEnumerable<TemplatePart>
public ITemplateTag TemplateTag { get; }
/// <summary>The evaluated string.</summary>
public string Value { get; set; }
public string Value { get; }
private TemplatePart previous;
private TemplatePart next;