SoapReflectionImporter.IncludeType(Type) Method

Definition

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

public:
 void IncludeType(Type ^ type);
public void IncludeType (Type type);
member this.IncludeType : Type -> unit
Public Sub IncludeType (type As Type)

Parameters

type
Type

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

Remarks

You do not need to call the IncludeType method directly.

Applies to