'Declaration
Protected Overridable Function GetDataConverter(Of T)() As IDataConverter(Of T)
'Usage
Dim instance As ExportContext Dim value As IDataConverter(Of T) value = instance.GetDataConverter(Of T)()
protected virtual IDataConverter<T> GetDataConverter<T>()
Type Parameters
- T
- Represents the type of data to convert.
Return Value
An IDataConverter<T> value represents the data converter.