Esempio n. 1
0
File: ApiIndex.cs Progetto: 0xCM/z0
        internal static ApiMemberIndex create(ApiHostCatalog src)
        {
            var ix = create(src.Members.Storage.Select(h => (h.Id, h)));

            return(new ApiMemberIndex(ix.HashTable, ix.Duplicates));
        }
Esempio n. 2
0
 public ApiMemberIndex CreateMemberIndex(ApiHostCatalog src)
 => ApiIndex.create(src);