SoapReflectionImporter.IncludeType(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.