scripts
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
|
||||
namespace System.Text.RegularExpressions
|
||||
{
|
||||
// Token: 0x020002BB RID: 699
|
||||
[Flags]
|
||||
internal enum OpFlags : ushort
|
||||
{
|
||||
// Token: 0x040014C4 RID: 5316
|
||||
None = 0,
|
||||
// Token: 0x040014C5 RID: 5317
|
||||
Negate = 256,
|
||||
// Token: 0x040014C6 RID: 5318
|
||||
IgnoreCase = 512,
|
||||
// Token: 0x040014C7 RID: 5319
|
||||
RightToLeft = 1024,
|
||||
// Token: 0x040014C8 RID: 5320
|
||||
Lazy = 2048
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user