C# Class Palindrome.SimpleImplementation

Afficher le fichier Open project: ufcpp/UfcppSample Class Usage Examples

Méthodes publiques

Свойство Type Description
count int

Méthodes publiques

Méthode Description
GetPalindromes ( string text ) : IEnumerable
GetSubstrings ( string text ) : IEnumerable
IsPalindrome ( string s ) : bool

Method Details

GetPalindromes() public static méthode

public static GetPalindromes ( string text ) : IEnumerable
text string
Résultat IEnumerable

GetSubstrings() public static méthode

public static GetSubstrings ( string text ) : IEnumerable
text string
Résultat IEnumerable

IsPalindrome() public static méthode

public static IsPalindrome ( string s ) : bool
s string
Résultat bool

Property Details

count public_oe static_oe property

public static int count
Résultat int