XsdDataContractExporter::Export Method (ICollection<Assembly^>^)

 

Transforms the types contained in the specified collection of assemblies.

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

public:
void Export(
	ICollection<Assembly^>^ assemblies
)

Parameters

assemblies
Type: System.Collections.Generic::ICollection<Assembly^>^

A ICollection<T> (of Assembly) that contains the types to export.

Exception Condition
ArgumentNullException

The assemblies argument is null.

ArgumentException

An Assembly in the collection is null.

.NET Framework
Available since 3.0
Return to top
Show: