C# 클래스 Palindrome.SimpleImplementation

파일 보기 프로젝트 열기: ufcpp/UfcppSample 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
count int

공개 메소드들

메소드 설명
GetPalindromes ( string text ) : IEnumerable
GetSubstrings ( string text ) : IEnumerable
IsPalindrome ( string s ) : bool

메소드 상세

GetPalindromes() 공개 정적인 메소드

public static GetPalindromes ( string text ) : IEnumerable
text string
리턴 IEnumerable

GetSubstrings() 공개 정적인 메소드

public static GetSubstrings ( string text ) : IEnumerable
text string
리턴 IEnumerable

IsPalindrome() 공개 정적인 메소드

public static IsPalindrome ( string s ) : bool
s string
리턴 bool

프로퍼티 상세

count 공개적으로 정적으로 프로퍼티

public static int count
리턴 int