SoapAttributes Constructor (ICustomAttributeProvider^)

 
Use BaseTrue

Initializes a new instance of the SoapAttributes class using the specified custom type.

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

public:
SoapAttributes(
	ICustomAttributeProvider^ provider
)

Parameters

provider
Type: System.Reflection::ICustomAttributeProvider^

Any object that implements the ICustomAttributeProvider interface, such as the Type class.

.NET Framework
Available since 1.1
Return to top
Show: