Automation.UI.Tree.Matchers.EndsWithMatcher.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 "=EndsWith->";
        }
EndsWithMatcher