Microsoft.Automata.Rex.RexEngine.CreateFromRegexes C# (CSharp) 메소드

CreateFromRegexes() 공개 메소드

Create a product of the automata of the given regexes.
public CreateFromRegexes ( ) : Automaton
리턴 Automaton
        public Automaton<BDD> CreateFromRegexes(params string[] regexes)
        {
            return CreateFromRegexes(RegexOptions.None, regexes);
        }

Same methods

RexEngine::CreateFromRegexes ( RegexOptions options ) : Automaton