SoapReflectionImporter::IncludeTypes Method (ICustomAttributeProvider^)

 

Places mappings for derived types in the SoapReflectionImporter instance's context for later use when import methods are invoked.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

public:
void IncludeTypes(
	ICustomAttributeProvider^ provider
)

Parameters

provider
Type: System.Reflection::ICustomAttributeProvider^

An ICustomAttributeProvider reflection object that contains custom attributes that are derived from the SoapIncludeAttribute attribute.

.NET Framework
Available since 1.1
Return to top
Show: