protected virtual Newtonsoft.Json.Serialization.JsonProperty CreatePropertyFromConstructorParameter( Newtonsoft.Json.Serialization.JsonProperty? matchingMemberProperty, ParameterInfo parameterInfo )
Parameters
- matchingMemberProperty
- The matching member property.
- parameterInfo
- The constructor parameter.
Return Value
A created Newtonsoft.Json.Serialization.JsonProperty for the given System.Reflection.ParameterInfo.