Example #1
0
 public PropertyPropagationBehavior(PropertyPropagationCollection propertyPropagations)
 {
     _propertyPropagations = propertyPropagations ?? throw new ArgumentNullException(nameof(propertyPropagations));
 }
Example #2
0
 public PropertyPropagator(PropertyPropagationCollection propertyPropagations)
 {
     _propertyPropagations = propertyPropagations;
 }