The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
JsonContractResolver::CreateProperty Method (MemberInfo^, MemberSerialization)
Creates a property on the specified class by using the specified parameters.
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
protected: virtual JsonProperty^ CreateProperty( MemberInfo^ member, MemberSerialization memberSerialization ) override
Parameters
- member
-
Type:
System.Reflection::MemberInfo^
The member info.
- memberSerialization
-
Type:
Newtonsoft.Json::MemberSerialization
The member serialization.
Return Value
Type: Newtonsoft.Json.Serialization::JsonProperty^A JsonProperty to create on the specified class by using the specified parameters.
Show: