Information
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 Interface

 

Defines method that determines whether a given member is required on deserialization.

Namespace:   System.Net.Http.Formatting
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

type IRequiredMemberSelector = interface end

NameDescription
System_CAPS_pubmethodIsRequiredMember(MemberInfo)

Determines whether a given member is required on deserialization.

Return to top
Show: