CmisSync.RepositoryMenuItem.Dispose C# (CSharp) Метод

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

Releases all resource used by the CmisSync.RepositoryMenuItem object.
Call Dispose when you are finished using the CmisSync.RepositoryMenuItem. The Dispose method leaves the CmisSync.RepositoryMenuItem in an unusable state. After calling Dispose, you must release all references to the CmisSync.RepositoryMenuItem so the garbage collector can reclaim the memory that the CmisSync.RepositoryMenuItem was occupying.
public Dispose ( ) : void
Результат void
        public void Dispose() {
            this.Dispose(true);
        }

Same methods

RepositoryMenuItem::Dispose ( bool disposing ) : void