![]() | Export |
public class ExportAdapter<T, TMetadataView> : IExport<T, TMetadataView> where T : class where TMetadataView : class
The ExportAdapter<T, TMetadataView> type exposes the following members.
Name | Description | |
---|---|---|
![]() | ExportAdapter<T, TMetadataView> | Initializes a new instance of the ExportAdapter<T, TMetadataView> class. |
Name | Description | |
---|---|---|
![]() | SafeCast<T> |
Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions) |