/// <summary> /// Initializes a new instance of the <see cref="ContainerBuilder"/> class. /// </summary> internal ContainerBuilder(JProperty property) { _property = property.EnsureExpandedDefinition(); }
/// <summary> /// Initializes a new instance of the <see cref="CoercionBuilder"/> class. /// </summary> internal CoercionBuilder(JProperty property) { _property = property.EnsureExpandedDefinition(); }