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