Exemplo n.º 1
0
 public PropertyPropagationBehavior(PropertyPropagationCollection propertyPropagations)
 {
     _propertyPropagations = propertyPropagations ?? throw new ArgumentNullException(nameof(propertyPropagations));
 }
Exemplo n.º 2
0
 public PropertyPropagator(PropertyPropagationCollection propertyPropagations)
 {
     _propertyPropagations = propertyPropagations;
 }