Свойство | Тип | Описание | |
---|---|---|---|
Anchor | Link |
Метод | Описание | |
---|---|---|
ClearAt ( int index ) : void |
The clear at.
|
|
Clone ( ) : |
The clone.
|
|
ComplexChain ( List |
Initializes a new instance of the ComplexChain class.
|
|
ComplexChain ( List |
Initializes a new instance of the ComplexChain class.
|
|
ComplexChain ( string sequence ) : System |
Initializes a new instance of the ComplexChain class.
|
|
Concat ( |
The concat.
|
|
Concat ( string str ) : |
The concat.
|
|
Equals ( |
The equals.
|
|
IsEmpty ( ) : bool |
The is empty.
|
|
Join ( int pos, int len ) : void |
Joins some elements of the sequence to whole composed string
|
|
JoinAll ( List |
Joins all hits from start chain to whole composed string Very fast for long sequence, because there is no index check!
|
|
Original ( ) : |
The original.
|
|
Remove ( int pos, int len ) : void |
Cuts a range of words from position to position + len cursorPosition
|
|
Substring ( int beginIndex, int endIndex ) : List |
The substring.
|
|
ToList ( ) : List |
The to list.
|
public ClearAt ( int index ) : void | ||
index | int | /// The index. /// |
Результат | void |
public ComplexChain ( List |
||
accord | List |
/// The accord. /// |
Результат | System |
public ComplexChain ( List |
||
sequence | List |
/// The sequence. /// |
Результат | System |
public ComplexChain ( string sequence ) : System | ||
sequence | string | /// The sequence. /// |
Результат | System |
public Concat ( |
||
sequence | /// The sequence. /// | |
Результат |
public Concat ( string str ) : |
||
str | string | /// The string. /// |
Результат |
public Equals ( |
||
complexChain | /// The complex chain. /// | |
Результат | bool |
public Join ( int pos, int len ) : void | ||
pos | int | cursorPosition in the sequence at which to begin the gluing |
len | int | how many words need to join including first word |
Результат | void |
public JoinAll ( List |
||
word | List |
list of letters to compose |
Результат | void |
public Remove ( int pos, int len ) : void | ||
pos | int | start cursor position |
len | int | count of words cut out |
Результат | void |
public Substring ( int beginIndex, int endIndex ) : List |
||
beginIndex | int | /// The begin index. /// |
endIndex | int | /// The end index. /// |
Результат | List |