Creates properties for the given JsonContract.
| C# | Visual Basic | Visual C++ |
protected virtual IList<JsonProperty> CreateProperties( Type type, MemberSerialization memberSerialization )
Protected Overridable Function CreateProperties ( _ type As Type, _ memberSerialization As MemberSerialization _ ) As IList(Of JsonProperty)
protected: virtual IList<JsonProperty^>^ CreateProperties( Type^ type, MemberSerialization memberSerialization )
- type (Type)
- The type to create properties for.
- memberSerialization (MemberSerialization)
- The member serialization mode for the type.
Properties for the given JsonContract.