public NamedEntityList(DeclarativeRegion parent, List <E> list) : base(ParentSetList <E> .Create(parent, list)) { }
public LabeledElementList(DeclarativeRegion parent, IList <E> list) : base(ParentSetList <E> .Create(parent, list)) { }