예제 #1
0
파일: IndexMap.cs 프로젝트: Neo4Net/Neo4Net
 private static IDictionary <SchemaDescriptor, IndexProxy> IndexesByDescriptor(LongObjectMap <IndexProxy> indexesById)
 {
     return(indexesById.toMap(indexProxy => indexProxy.Descriptor.schema(), Functions.identity()));
 }