XmlSerializerImportOptions Constructors
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.
Initializes a new instance of the XmlSerializerImportOptions class.
Overloads
XmlSerializerImportOptions() |
Initializes a new instance of the XmlSerializerImportOptions class. |
XmlSerializerImportOptions(CodeCompileUnit) |
Initializes a new instance of the XmlSerializerImportOptions class with the specified CodeCompileUnit. |
XmlSerializerImportOptions()
Initializes a new instance of the XmlSerializerImportOptions class.
public:
XmlSerializerImportOptions();
public XmlSerializerImportOptions ();
Public Sub New ()
Applies to
XmlSerializerImportOptions(CodeCompileUnit)
Initializes a new instance of the XmlSerializerImportOptions class with the specified CodeCompileUnit.
public:
XmlSerializerImportOptions(System::CodeDom::CodeCompileUnit ^ codeCompileUnit);
public XmlSerializerImportOptions (System.CodeDom.CodeCompileUnit codeCompileUnit);
new System.ServiceModel.Channels.XmlSerializerImportOptions : System.CodeDom.CodeCompileUnit -> System.ServiceModel.Channels.XmlSerializerImportOptions
Public Sub New (codeCompileUnit As CodeCompileUnit)
Parameters
- codeCompileUnit
- CodeCompileUnit
An object that provides a container for the System.CodeDom program graph.