示例#1
0
 public DepthLimiter(int currentDepth, int maximumDepth, PropertyValueConverter propertyValueConverter)
 {
     _maximumDestructuringDepth = maximumDepth;
     _currentDepth = currentDepth;
     _propertyValueConverter = propertyValueConverter;
 }
示例#2
0
 public PropertyBinder(PropertyValueConverter valueConverter)
 {
     _valueConverter = valueConverter;
 }
示例#3
0
 public DepthLimiter(int currentDepth, int maximumDepth, PropertyValueConverter propertyValueConverter)
 {
     _maximumDestructuringDepth = maximumDepth;
     _currentDepth           = currentDepth;
     _propertyValueConverter = propertyValueConverter;
 }