We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc87f0 commit d572897Copy full SHA for d572897
1 file changed
src/corelib/Core/Domain/Converters/IPAddressDetailsConverter.cs
@@ -72,7 +72,7 @@ public override bool CanConvert(Type objectType)
72
/// <seealso cref="IComputeProvider.ListAddressesByNetwork"/>
73
/// <threadsafety static="true" instance="false"/>
74
[JsonObject(MemberSerialization.OptIn)]
75
- private class AddressDetails
+ protected class AddressDetails
76
{
77
/// <summary>
78
/// Gets the network address. This is an IPv4 address if <see cref="Version"/> is <c>"4"</c>,
@@ -102,7 +102,7 @@ public string Version
102
/// This constructor is used for JSON deserialization.
103
/// </remarks>
104
[JsonConstructor]
105
- private AddressDetails()
+ protected AddressDetails()
106
107
}
108
0 commit comments