protected virtual IList<JsonProperty> CreateProperties( Type type, Newtonsoft.Json.MemberSerialization memberSerialization )
Parameters
- type
- The type to create properties for.
- memberSerialization
- The member serialization mode for the type.
Return Value
Properties for the given Newtonsoft.Json.Serialization.JsonContract.