Пример #1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
//ORIGINAL LINE: public boolean visitRelationshipCountsCommand(org.neo4j.kernel.impl.transaction.command.Command.RelationshipCountsCommand command) throws java.io.IOException
        public override bool VisitRelationshipCountsCommand(RelationshipCountsCommand command)
        {
            return(Delegate.visitRelationshipCountsCommand(command));
        }