XsdDataContractExporter::CanExport Method
.NET Framework (current version)
Gets a value that indicates whether a common language runtime (CLR) type (or set of types) can be exported.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
| Name | Description | |
|---|---|---|
![]() | CanExport(ICollection<Assembly^>^) | Gets a value that indicates whether the set of .common language runtime (CLR) types contained in a set of assemblies can be exported. |
![]() | CanExport(ICollection<Type^>^) | Gets a value that indicates whether the set of .common language runtime (CLR) types contained in a ICollection<T> can be exported. |
![]() | CanExport(Type^) | Gets a value that indicates whether the specified common language runtime (CLR) type can be exported. |
Not all CLR types can be used in data contracts. For more information about what can be serialized, see Types Supported by the Data Contract Serializer.
Show:
