Метод | Описание | |
---|---|---|
CreateReader ( ) : |
||
CreateReader ( int offset, int length ) : |
||
CreateSnapshot ( ) : ITextSource | ||
CreateSnapshot ( int offset, int length ) : ITextSource | ||
GetCharAt ( int offset ) : char | ||
GetText ( ISegment segment ) : string | ||
GetText ( int offset, int length ) : string | ||
IndexOf ( char c, int startIndex, int count ) : int | ||
IndexOf ( string searchText, int startIndex, int count, StringComparison comparisonType ) : int | ||
IndexOfAny ( char anyOf, int startIndex, int count ) : int | ||
LastIndexOf ( char c, int startIndex, int count ) : int | ||
LastIndexOf ( string searchText, int startIndex, int count, StringComparison comparisonType ) : int | ||
RopeTextSource ( Rope |
Creates a new RopeTextSource.
|
|
RopeTextSource ( Rope |
Creates a new RopeTextSource.
|
|
WriteTextTo ( TextWriter writer ) : void | ||
WriteTextTo ( TextWriter writer, int offset, int length ) : void |
Метод | Описание | |
---|---|---|
GetRope ( ) : Rope |
public CreateReader ( int offset, int length ) : |
||
offset | int | |
length | int | |
Результат |
public CreateSnapshot ( int offset, int length ) : ITextSource | ||
offset | int | |
length | int | |
Результат | ITextSource |
public GetText ( ISegment segment ) : string | ||
segment | ISegment | |
Результат | string |
public GetText ( int offset, int length ) : string | ||
offset | int | |
length | int | |
Результат | string |
public IndexOf ( char c, int startIndex, int count ) : int | ||
c | char | |
startIndex | int | |
count | int | |
Результат | int |
public IndexOf ( string searchText, int startIndex, int count, StringComparison comparisonType ) : int | ||
searchText | string | |
startIndex | int | |
count | int | |
comparisonType | StringComparison | |
Результат | int |
public IndexOfAny ( char anyOf, int startIndex, int count ) : int | ||
anyOf | char | |
startIndex | int | |
count | int | |
Результат | int |
public LastIndexOf ( char c, int startIndex, int count ) : int | ||
c | char | |
startIndex | int | |
count | int | |
Результат | int |
public LastIndexOf ( string searchText, int startIndex, int count, StringComparison comparisonType ) : int | ||
searchText | string | |
startIndex | int | |
count | int | |
comparisonType | StringComparison | |
Результат | int |
public RopeTextSource ( Rope |
||
rope | Rope |
|
Результат | System |
public RopeTextSource ( Rope |
||
rope | Rope |
|
version | ITextSourceVersion | |
Результат | System |
public WriteTextTo ( TextWriter writer ) : void | ||
writer | TextWriter | |
Результат | void |
public WriteTextTo ( TextWriter writer, int offset, int length ) : void | ||
writer | TextWriter | |
offset | int | |
length | int | |
Результат | void |