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

 

Gets a value that indicates whether the set of .common language runtime (CLR) types contained in a ICollection<T> can be exported.

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

public:
bool CanExport(
	ICollection<Type^>^ types
)

Parameters

types
Type: System.Collections.Generic::ICollection<Type^>^

A ICollection<T> that contains the specified types to export.

Return Value

Type: System::Boolean

true if the types can be exported; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: