Method | 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 | |
return | void |
public RemoveChar ( int index, char c ) : void | ||
index | int | |
c | char | |
return | void |