예제 #1
0
파일: ApiIndex.cs 프로젝트: 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));
        }
예제 #2
0
 public ApiMemberIndex CreateMemberIndex(ApiHostCatalog src)
 => ApiIndex.create(src);