Gets the converter for this resolver.
シンタックス
'宣言
Public Overrides Function ResolveConverter( _
ByVal As System.String, _
ByVal As System.Object, _
ByVal As System.Type, _
ByVal As IContext _
) As BaseConverter
public override BaseConverter ResolveConverter(
System.string ,
System.object ,
System.Type ,
IContext
)
パラメータ
- name
- The name of the object.
- value
- The object value.
- type
- The object type.
- context
- The context.
戻り値の型
A converter.
参照