FSharpMapConverter<TMap, TKey, TValue> sealed class FSharpMapConverter<TMap, TKey, TValue> : DictionaryDefaultConverter<TMap, TKey, TValue> where TMap : IEnumerable<KeyValuePair<TKey, TValue>> Documentation Code public FSharpMapConverter()