Kimono.KFind.ShouldRestart C# (CSharp) Method

ShouldRestart() private method

private ShouldRestart ( bool forceAsking, bool showNumMatches ) : bool
forceAsking bool
showNumMatches bool
return bool
        public virtual bool ShouldRestart(bool forceAsking, bool showNumMatches)
        {
            return (bool) interceptor.Invoke("shouldRestart$$", "shouldRestart(bool, bool) const", typeof(bool), typeof(bool), forceAsking, typeof(bool), showNumMatches);
        }

Same methods

KFind::ShouldRestart ( ) : bool
KFind::ShouldRestart ( bool forceAsking ) : bool