C# Class Palindrome.SimpleImplementation

Mostra file Open project: ufcpp/UfcppSample Class Usage Examples

Public Properties

Property Type Description
count int

Public Methods

Method Description
GetPalindromes ( string text ) : IEnumerable
GetSubstrings ( string text ) : IEnumerable
IsPalindrome ( string s ) : bool

Method Details

GetPalindromes() public static method

public static GetPalindromes ( string text ) : IEnumerable
text string
return IEnumerable

GetSubstrings() public static method

public static GetSubstrings ( string text ) : IEnumerable
text string
return IEnumerable

IsPalindrome() public static method

public static IsPalindrome ( string s ) : bool
s string
return bool

Property Details

count public_oe static_oe property

public static int count
return int