C# Class Palindrome.Implementation2

显示文件 Open project: ufcpp/UfcppSample Class Usage Examples

Public Properties

Property Type Description
count int

Public Methods

Method Description
GetPalindromes ( string text ) : IEnumerable
GetPalindromesInternal ( string text ) : IEnumerable
GetSubstrings ( string text ) : IEnumerable

Method Details

GetPalindromes() public static method

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

GetPalindromesInternal() public static method

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

GetSubstrings() public static method

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

Property Details

count public_oe static_oe property

public static int count
return int