CatalogOfFreeContent.Common.Catalog.Catalog C# (CSharp) Méthode

Catalog() public méthode

public Catalog ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public Catalog()
        {
            bool allowDuplicateValues = true;
            this.titles = new OrderedMultiDictionary<string, IContent>(allowDuplicateValues);
            this.urls = new MultiDictionary<string, IContent>(allowDuplicateValues);
        }