Exemplo n.º 1
0
 protected TagInfo(Tag tag, TagType tagType)
 {
     Tag     = tag;
     TagType = tagType;
 }
Exemplo n.º 2
0
 protected TagInfo(Tag tag, TagPosition tagPosition, int tagPart)
 {
     Tag     = tag;
     TagType = new TagType(tagPosition, tagPart);
 }