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; }
private RepeatCharItem(RepeatCharItem other) { Test = other.Test; Minimum = other.Minimum; Maximum = other.Maximum; }