Свойство | Тип | Описание | |
---|---|---|---|
Empty |
Метод | Описание | |
---|---|---|
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, System.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, System.StringComparison comparisonType ) : int | ||
StringTextSource ( string text ) : System |
Creates a new StringTextSource with the given text.
|
|
StringTextSource ( string text, ITextSourceVersion version ) : System |
Creates a new StringTextSource with the given text.
|
|
WriteTextTo ( |
||
WriteTextTo ( |
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, System.StringComparison comparisonType ) : int | ||
searchText | string | |
startIndex | int | |
count | int | |
comparisonType | System.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, System.StringComparison comparisonType ) : int | ||
searchText | string | |
startIndex | int | |
count | int | |
comparisonType | System.StringComparison | |
Результат | int |
public StringTextSource ( string text ) : System | ||
text | string | |
Результат | System |
public StringTextSource ( string text, ITextSourceVersion version ) : System | ||
text | string | |
version | ITextSourceVersion | |
Результат | System |
public WriteTextTo ( |
||
writer | ||
Результат | void |
public WriteTextTo ( |
||
writer | ||
offset | int | |
length | int | |
Результат | void |