Esempio n. 1
0
 protected void Add(TagReference tagReference)
 {
     this.tagReferences.Add(tagReference);
 }
Esempio n. 2
0
 internal Tag(TagReference reference, string value = null)
     : base(reference, value)
 {
     this.reference = reference;
     this.contents  = new List <Content>();
 }