Esempio n. 1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
//ORIGINAL LINE: public java.util.List<Object> readList(String input) throws org.neo4j.server.rest.repr.BadInputException
            public override IList <object> ReadList(string input)
            {
                return(InputFormat.readList(input));
            }