'宣言 Protected Overridable Function GetDataConverter(Of T)() As IDataConverter(Of T)
protected virtual IDataConverter<T> GetDataConverter<T>()
型パラメータ
- T
- 変換するデータの型を表します。
戻り値の型
データコンバータを表すIDataConverter<T>値。
'宣言 Protected Overridable Function GetDataConverter(Of T)() As IDataConverter(Of T)
protected virtual IDataConverter<T> GetDataConverter<T>()