Add Enumerable initializers
This commit is contained in:
parent
40602c7626
commit
5917d059e4
8 changed files with 136 additions and 141 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue