C# 클래스 Palindrome.Implementation1

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

공개 프로퍼티들

프로퍼티 타입 설명
count int

공개 메소드들

메소드 설명
GetPalindromes ( string text ) : IEnumerable
GetSubstrings ( string text ) : IEnumerable
IsPalindrome ( string text, int startIndex, int length ) : bool

비공개 메소드들

메소드 설명
GetSubstrings ( string text, SubstringPredicate condition ) : IEnumerable

메소드 상세

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 text, int startIndex, int length ) : bool
text string
startIndex int
length int
리턴 bool

프로퍼티 상세

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

public static int count
리턴 int