Пример #1
0
 public AttributeTagCollection(OpenXmlElement element, ReadOnlyArray <AttributeTag> tags)
 {
     _tags    = tags;
     _element = element;
 }
 public ElementPropertyCollection(OpenXmlElement element, ReadOnlyArray <ElementProperty <T> > tags)
 {
     _tags    = tags;
     _element = element;
 }