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.
IRequiredMemberSelector.IsRequiredMember Method (MemberInfo)
Determines whether a given member is required on deserialization.
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Parameters
- member
-
Type:
System.Reflection.MemberInfo
The MemberInfo to be deserialized.
Return Value
Type: System.Booleantrue if member should be treated as a required member; otherwise false.
Show: