Пример #1
0
 protected override void InnerInitialize(ParserInitializeArgs args)
 {
     base.InnerInitialize(args);
     if (_items.Count == 1)
     {
         singleItem = _items[0];
     }
 }
		protected RepeatCharItem(RepeatCharItem other)
		{
			Test = other.Test;
			Minimum = other.Minimum;
			Maximum = other.Maximum;
		}
Пример #3
0
 private RepeatCharItem(RepeatCharItem other)
 {
     Test    = other.Test;
     Minimum = other.Minimum;
     Maximum = other.Maximum;
 }
Пример #4
0
 protected RepeatCharItem(RepeatCharItem other)
 {
     Test    = other.Test;
     Minimum = other.Minimum;
     Maximum = other.Maximum;
 }