CatalogOfFreeContent.Common.Catalog.Catalog C# (CSharp) Method

Catalog() public method

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