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