Method SetAllowMutate
SetAllowMutate(Boolean)
Sets or resets allow mutate flag. If this flag is set, then automata construction uses mutable automata, which is slightly faster but not thread safe. By default, the flag is not set.
Declaration
public virtual bool SetAllowMutate(bool flag)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | flag | If |
Returns
Type | Description |
---|---|
System.Boolean | Previous value of the flag. |