public DepthLimiter(int currentDepth, int maximumDepth, PropertyValueConverter propertyValueConverter) { _maximumDestructuringDepth = maximumDepth; _currentDepth = currentDepth; _propertyValueConverter = propertyValueConverter; }
public PropertyBinder(PropertyValueConverter valueConverter) { _valueConverter = valueConverter; }