コード例 #1
0
ファイル: Command.cs プロジェクト: Neo4Net/Neo4Net
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
//ORIGINAL LINE: public boolean handle(org.neo4j.kernel.impl.api.CommandVisitor handler) throws java.io.IOException
            public override bool Handle(CommandVisitor handler)
            {
                return(handler.VisitPropertyKeyTokenCommand(this));
            }