Méthode | Description | |
---|---|---|
AddPossibleChar ( int index, char c ) : void | ||
Append ( List |
||
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 |
public AddPossibleChar ( int index, char c ) : void | ||
index | int | |
c | char | |
Résultat | void |
public Append ( List |
||
possibilities | List |
|
Résultat | void |
public GetPossibleChars ( int index ) : List |
||
index | int | |
Résultat | List |
public RemoveChar ( int index, char c ) : void | ||
index | int | |
c | char | |
Résultat | void |