XsdDataContractExporter::Export Method (ICollection<Assembly^>^)
.NET Framework (current version)
Transforms the types contained in the specified collection of assemblies.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
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
Available since 3.0
Show: