Exemplo n.º 1
0
Arquivo: ApiIndex.cs Projeto: 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));
        }
Exemplo n.º 2
0
 public ApiMemberIndex CreateMemberIndex(ApiHostCatalog src)
 => ApiIndex.create(src);