Esempio n. 1
0
		protected TagParser(TagParser other, ParserCloneArgs args)
			: base(other, args)
		{
			AddTag = other.AddTag;
			IncludeTag = other.IncludeTag;
			ExcludeTag = other.ExcludeTag;
			AllowWithDifferentPosition = other.AllowWithDifferentPosition;
		}