Edit

Share via


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);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly")]
public void IncludeType(Type type);
public void IncludeType(Type type);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly")>]
member this.IncludeType : Type -> unit
member this.IncludeType : Type -> unit
Public Sub IncludeType (type As Type)

Parameters

type
Type

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

Attributes

Remarks

You do not need to call the IncludeType method directly.

Applies to