BudgetAnalyser.Statement.NavigateToTransactionMessage.Dispose C# (CSharp) Метод

Dispose() публичный Метод

Implement IDisposable. Do not make this method virtual. A derived class should not be able to override this method
public Dispose ( ) : void
Результат void
        public void Dispose()
        {
            Dispose(true);

            // Take yourself off the Finalization queue 
            // to prevent finalization code for this object 
            // from executing a second time. 
            GC.SuppressFinalize(this);
        }

Same methods

NavigateToTransactionMessage::Dispose ( bool disposing ) : void