Esempio n. 1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
//ORIGINAL LINE: private void print() throws java.io.IOException
        private void Print()
        {
            _tree.printTree();
        }
Esempio n. 2
0
        // KEEP even if unused
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @SuppressWarnings("unused") private void printTree() throws java.io.IOException
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
        private void PrintTree()
        {
            _index.printTree(false, false, false, false, false);
        }