JsonContractResolver.CreateProperty Method
Creates a property on the specified class by using the specified parameters.
Namespace: System.Net.Http.Formatting
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
protected override JsonProperty CreateProperty( MemberInfo member, MemberSerialization memberSerialization )
Parameters
- member
- Type: System.Reflection.MemberInfo
The member info.
- memberSerialization
- Type: MemberSerialization
The member serialization.
Return Value
Type: JsonPropertyA JsonProperty to create on the specified class by using the specified parameters.
Show: