コード例 #1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
//ORIGINAL LINE: public void persistStoreData(TermState state) throws java.io.IOException
        public override void PersistStoreData(TermState state)
        {
            @delegate.PersistStoreData(state);
            _termMonitor.term(state.CurrentTerm());
        }