C# Class Mono.Globalization.Unicode.SimpleCollator.Context

Datei anzeigen Open project: runefs/Marvin

Public Properties

Property Type Description
AlwaysMatchFlags byte*
Buffer1 byte*
Buffer2 byte*
NeverMatchFlags byte*
Option CompareOptions
PrevCode int
PrevSortKey byte*
QuickCheckPossible bool

Public Methods

Method Description
ClearPrevInfo ( ) : void
Context ( CompareOptions opt, byte alwaysMatchFlags, byte neverMatchFlags, byte buffer1, byte buffer2, byte prev1, bool quickCheckPossible ) : System

Method Details

ClearPrevInfo() public method

public ClearPrevInfo ( ) : void
return void

Context() public method

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

Property Details

AlwaysMatchFlags public_oe property

public byte* AlwaysMatchFlags
return byte*

Buffer1 public_oe property

public byte* Buffer1
return byte*

Buffer2 public_oe property

public byte* Buffer2
return byte*

NeverMatchFlags public_oe property

public byte* NeverMatchFlags
return byte*

Option public_oe property

public CompareOptions Option
return CompareOptions

PrevCode public_oe property

public int PrevCode
return int

PrevSortKey public_oe property

public byte* PrevSortKey
return byte*

QuickCheckPossible public_oe property

public bool QuickCheckPossible
return bool