Method Run
Run(Byte[], Int32, Int32)
Returns true
if the given byte array is accepted by this automaton.
Declaration
public virtual bool Run(byte[] s, int offset, int length)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | s | |
System.Int32 | offset | |
System.Int32 | length |
Returns
Type | Description |
---|---|
System.Boolean |