C# Class System.Text.RegularExpressions.RegexCode

Show file Open project: dotnet/corefx Class Usage Examples

Private Methods

Method Description
Dump ( ) : void
OpcodeBacktracks ( int Op ) : bool
OpcodeDescription ( int offset ) : string
OpcodeSize ( int opcode ) : int
OperatorDescription ( int Opcode ) : string
RegexCode ( int codes, List stringlist, int trackcount, Hashtable caps, int capsize, RegexBoyerMoore bmPrefix, RegexPrefix fcPrefix, int anchors, bool rightToLeft ) : System.Collections