XmlReflectionImporter Constructor

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the XmlReflectionImporter class.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

NameDescription
System_CAPS_pubmethodXmlReflectionImporter()

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the XmlReflectionImporter class.

System_CAPS_pubmethodXmlReflectionImporter(String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the XmlReflectionImporter class using the specified default XML namespace.

System_CAPS_pubmethodXmlReflectionImporter(XmlAttributeOverrides^)

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the XmlReflectionImporter class using the specified XML serialization overrides.

System_CAPS_pubmethodXmlReflectionImporter(XmlAttributeOverrides^, String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the XmlReflectionImporter class using the specified XML serialization overrides and default XML namespace.

Return to top
Show: