예제 #1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
//ORIGINAL LINE: public Object readValue(String input) throws org.neo4j.server.rest.repr.BadInputException
            public override object ReadValue(string input)
            {
                return(InputFormat.readValue(input));
            }