Catrobat.IDE.WindowsShared.Common.NavigationHelper.CanGoBack C# (CSharp) Méthode

CanGoBack() public méthode

Virtual method used by the GoBackCommand property to determine if the Frame can go back.
public CanGoBack ( ) : bool
Résultat bool
        public virtual bool CanGoBack()
        {
            return this.Frame != null && this.Frame.CanGoBack;
        }
        /// <summary>