XsdDataContractExporter::Export Method (ICollection<Type^>^)
.NET Framework (current version)
Transforms the types contained in the ICollection<T> passed to this method.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- types
-
Type:
System.Collections.Generic::ICollection<Type^>^
A ICollection<T> (of Type) that contains the types to export.
| Exception | Condition |
|---|---|
| ArgumentNullException | The types argument is null. |
| ArgumentException | A type in the collection is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: