C# 클래스 WikiFunctions.Word

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

공개 프로퍼티들

프로퍼티 타입 설명
Comparer IEqualityComparer

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
SplitString ( string s ) : List
ToString ( ) : string
Word ( string word, string white ) : System

비공개 메소드들

메소드 설명
IsSpace ( char ch ) : bool
IsText ( char ch ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SplitString() 공개 정적인 메소드

public static SplitString ( string s ) : List
s string
리턴 List

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Word() 공개 메소드

public Word ( string word, string white ) : System
word string
white string
리턴 System

프로퍼티 상세

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

public static IEqualityComparer Comparer
리턴 IEqualityComparer