Ejemplo n.º 1
0
 static public bool NameMatchesRegexPattern(
     this UINodeInfoInTree uiNode,
     string regexPattern,
     RegexOptions regexOptions = RegexOptions.None) =>
 uiNode.NameMatchesRegex(new Regex(regexPattern, regexOptions));