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

Dispose() public method

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

Same methods

OleServiceProvider::Dispose ( bool disposing ) : void