Search Results for

    Show / Hide Table of Contents
    View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX