C# Class GR.Imaging.OCR.Multistring

Afficher le fichier Open project: alexhanh/Botting-Library Class Usage Examples

Méthodes publiques

Méthode Description
AddPossibleChar ( int index, char c ) : void
Append ( List possibilities ) : void
Append ( char c ) : void
GetPossibleChars ( int index ) : List
IsMulti ( ) : bool

Returns if this multistring contains multiple possibilities for the same character.

IsMulti ( int index ) : bool
RemoveChar ( int index, char c ) : void
ToString ( ) : string
this ( int index ) : List

Method Details

AddPossibleChar() public méthode

public AddPossibleChar ( int index, char c ) : void
index int
c char
Résultat void

Append() public méthode

public Append ( List possibilities ) : void
possibilities List
Résultat void

Append() public méthode

public Append ( char c ) : void
c char
Résultat void

GetPossibleChars() public méthode

public GetPossibleChars ( int index ) : List
index int
Résultat List

IsMulti() public méthode

Returns if this multistring contains multiple possibilities for the same character.
public IsMulti ( ) : bool
Résultat bool

IsMulti() public méthode

public IsMulti ( int index ) : bool
index int
Résultat bool

RemoveChar() public méthode

public RemoveChar ( int index, char c ) : void
index int
c char
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( int index ) : List
index int
Résultat List