Method MakeChar
MakeChar(Int32)
Returns a new (deterministic) automaton that accepts a single codepoint of the given value.
Declaration
public static Automaton MakeChar(int c)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | c |
Returns
Type | Description |
---|---|
Automaton |