protected virtual IList<JsonProperty> CreateConstructorParameters( ConstructorInfo constructor, Newtonsoft.Json.Serialization.JsonPropertyCollection memberProperties )
Parameters
- constructor
- The constructor to create properties for.
- memberProperties
- The type's member properties.
Return Value
Properties for the given System.Reflection.ConstructorInfo.