示例#1
0
 private static object[] Arg(IndexDescriptor index, IOFunction <DirectoryFactory, LuceneIndexAccessor> foo)
 {
     return(new object[] { index, foo });
 }
示例#2
0
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @SuppressWarnings("unchecked") private static org.neo4j.function.IOFunction<org.neo4j.kernel.api.impl.index.storage.DirectoryFactory,LuceneIndexAccessor>[] arg(org.neo4j.function.IOFunction<org.neo4j.kernel.api.impl.index.storage.DirectoryFactory,LuceneIndexAccessor> foo)
        private static IOFunction <DirectoryFactory, LuceneIndexAccessor>[] Arg(IOFunction <DirectoryFactory, LuceneIndexAccessor> foo)
        {
            return(new IOFunction[] { foo });
        }