SoapReflectionImporter::IncludeType Method (Type^)

 

Places mappings for a type 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 IncludeType(
	Type^ type
)

Parameters

type
Type: System::Type^

The .NET Framework type for which to save type mapping information.

You do not need to call the IncludeType method directly.

.NET Framework
Available since 1.1
Return to top
Show: