| | Name | Description |
|---|
 | OneOf(Byte) |
Matches any byte contained in the specified array.
|
 | OneOf(PegByteParserBytesetData) |
Matches any byte contained in the specified optimized byte set.
|
 | OneOf(Byte, Byte) |
Matches one of the specified bytes.
|
 | OneOf(Byte, Byte, Byte) |
Matches one of the specified bytes.
|
 | OneOf(Byte, Byte, Byte, Byte) |
Matches one of the specified bytes.
|
 | OneOf(Byte, Byte, Byte, Byte, Byte) |
Matches one of the specified bytes.
|
 | OneOf(Byte, Byte, Byte, Byte, Byte, Byte) |
Matches one of the specified bytes.
|
 | OneOf(Byte, Byte, Byte, Byte, Byte, Byte, Byte) |
Matches one of the specified bytes.
|
 | OneOf(Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte) |
Matches one of the specified bytes.
|