Property | Type | Description | |
---|---|---|---|
Comparer | IEqualityComparer |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
SplitString ( string s ) : List |
||
ToString ( ) : string | ||
Word ( string word, string white ) : System |
Method | Description | |
---|---|---|
IsSpace ( char ch ) : bool | ||
IsText ( char ch ) : bool |
public static SplitString ( string s ) : List |
||
s | string | |
return | List |
public Word ( string word, string white ) : System | ||
word | string | |
white | string | |
return | System |