Свойство | Type | Description | |
---|---|---|---|
count | int |
Méthode | Description | |
---|---|---|
GetPalindromes ( string text ) : IEnumerable |
||
GetSubstrings ( string text ) : IEnumerable |
||
IsPalindrome ( string text, int startIndex, int length ) : bool |
Méthode | Description | |
---|---|---|
GetSubstrings ( string text, SubstringPredicate condition ) : IEnumerable |
public static GetPalindromes ( string text ) : IEnumerable |
||
text | string | |
Résultat | IEnumerable |
public static GetSubstrings ( string text ) : IEnumerable |
||
text | string | |
Résultat | IEnumerable |
public static IsPalindrome ( string text, int startIndex, int length ) : bool | ||
text | string | |
startIndex | int | |
length | int | |
Résultat | bool |