Exemple #1
0
 protected TagInfo(Tag tag, TagType tagType)
 {
     Tag     = tag;
     TagType = tagType;
 }
Exemple #2
0
 protected TagInfo(Tag tag, TagPosition tagPosition, int tagPart)
 {
     Tag     = tag;
     TagType = new TagType(tagPosition, tagPart);
 }