public Header( XElement element, HeaderAttributes attributes) : base(element) { Contract.Requires <ArgumentNullException>(element != null); this.attributes = attributes; }
public Header( XElement element, HeaderAttributes attributes) : base(element) { Contract.Requires<ArgumentNullException>(element != null); this.attributes = attributes; }