GetMatchingConverter() static private method

static private GetMatchingConverter ( IList converters, Type objectType ) : JsonConverter
converters IList
objectType Type
return JsonConverter
示例#1
0
 internal JsonConverter GetMatchingConverter(Type type)
 {
     return(JsonSerializer.GetMatchingConverter(this._converters, type));
 }