Kimono.KFind.ValidateMatch C# (CSharp) Method

ValidateMatch() private method

private ValidateMatch ( string text, int index, int matchedlength ) : bool
text string
index int
matchedlength int
return bool
        public virtual bool ValidateMatch(string text, int index, int matchedlength)
        {
            return (bool) interceptor.Invoke("validateMatch$$$", "validateMatch(const QString&, int, int)", typeof(bool), typeof(string), text, typeof(int), index, typeof(int), matchedlength);
        }