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