Ejemplo n.º 1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: void reset() throws IOException
        internal override void Reset()
        {
            try
            {
                Impl.Reset();
            }
            finally
            {
                // set fd to delegate's fd to be compatible with older releases
                this.Fd = null;
            }
        }