Fan.Sys.RegexMatcher.find C# (CSharp) Méthode

find() public méthode

public find ( ) : bool
Résultat bool
        public bool find()
        {
            return true; //matcher.find());
        }