Automation.UI.Tree.Matchers.RegexMatcher.ToString C# (CSharp) Méthode

ToString() public méthode

Returns the string representation of this match.
public ToString ( ) : string
Résultat string
        public override string ToString()
        {
            return "=~";
        }