Gem.deactivate C# (CSharp) Метод

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

public deactivate ( ) : void
Результат void
    public virtual void deactivate()
    {
        //Perform checks on the active field before running
           //any deactivate code to prevent it from reverting the
           //effects twice
    }