Microsoft.VisualStudio.Project.SelectionListener.Dispose C# (CSharp) Method

Dispose() public method

The IDispose interface Dispose method for disposing the object determinastically.
public Dispose ( ) : void
return void
        public void Dispose()
        {
            this.Dispose(true);
            GC.SuppressFinalize(this);
        }

Same methods

SelectionListener::Dispose ( bool disposing ) : void