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

 

Transforms the types contained in the ICollection<T> passed to this method.

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

public:
void Export(
	ICollection<Type^>^ types
)

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
Return to top
Show: