Class MapperConfigurationStore
Inheritance
System.Object
System.Collections.Concurrent.ConcurrentDictionary<Type, System.Collections.Concurrent.ConcurrentDictionary<System.String, System.String>>
Namespace: Umbraco.Cms.Infrastructure.Persistence.Mappers
Assembly: Umbraco.Infrastructure.dll
Syntax
public class MapperConfigurationStore : ConcurrentDictionary<Type, ConcurrentDictionary<string, string>>, IDictionary<Type, ConcurrentDictionary<string, string>>, ICollection<KeyValuePair<Type, ConcurrentDictionary<string, string>>>, IReadOnlyDictionary<Type, ConcurrentDictionary<string, string>>, IReadOnlyCollection<KeyValuePair<Type, ConcurrentDictionary<string, string>>>, IEnumerable<KeyValuePair<Type, ConcurrentDictionary<string, string>>>, IDictionary, ICollection, IEnumerable