Property | Type | Description | |
---|---|---|---|
AlwaysMatchFlags | byte* | ||
Buffer1 | byte* | ||
Buffer2 | byte* | ||
NeverMatchFlags | byte* | ||
Option | CompareOptions | ||
PrevCode | int | ||
PrevSortKey | byte* | ||
QuickCheckPossible | bool |
Method | Description | |
---|---|---|
ClearPrevInfo ( ) : void | ||
Context ( CompareOptions opt, byte alwaysMatchFlags, byte neverMatchFlags, byte buffer1, byte buffer2, byte prev1, bool quickCheckPossible ) : System |
public Context ( CompareOptions opt, byte alwaysMatchFlags, byte neverMatchFlags, byte buffer1, byte buffer2, byte prev1, bool quickCheckPossible ) : System | ||
opt | CompareOptions | |
alwaysMatchFlags | byte | |
neverMatchFlags | byte | |
buffer1 | byte | |
buffer2 | byte | |
prev1 | byte | |
quickCheckPossible | bool | |
return | System |