Rover.CameraCommand.UnExecute C# (CSharp) Метод

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

public UnExecute ( ) : void
Результат void
        public void UnExecute()
        {
            throw new NotImplementedException("There is no unexecute for camera commands");
        }