internal static ApiMemberIndex create(ApiHostCatalog src) { var ix = create(src.Members.Storage.Select(h => (h.Id, h))); return(new ApiMemberIndex(ix.HashTable, ix.Duplicates)); }
public ApiMemberIndex CreateMemberIndex(ApiHostCatalog src) => ApiIndex.create(src);