Пример #1
0
 public IncludeProperties(
     XElement element, 
     IncludeAttributes attributes)
     : this(element, () => attributes)
 {
     Contract.Requires<ArgumentNullException>(element != null);
     Contract.Requires<ArgumentNullException>(attributes != null);
 }
Пример #2
0
 public IncludeProperties(
     XElement element,
     IncludeAttributes attributes)
     : this(element, () => attributes)
 {
     Contract.Requires <ArgumentNullException>(element != null);
     Contract.Requires <ArgumentNullException>(attributes != null);
 }