Example #1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
//ORIGINAL LINE: public boolean handle(org.neo4j.kernel.impl.api.CommandVisitor visitor) throws java.io.IOException
        public override bool Handle(CommandVisitor visitor)
        {
            return(visitor.VisitIndexDefineCommand(this));
        }