프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Length | int | ||
Location | int |
메소드 | 설명 | |
---|---|---|
Contains ( |
||
EndsWith ( string right, string source ) : bool | ||
Equals ( object obj ) : bool | ||
FitIn ( int length ) : |
||
GetHashCode ( ) : int | ||
Intersects ( |
||
Offset ( int offset ) : |
||
StringRange ( int location, int length ) : System | ||
Substring ( string source ) : string | ||
ToString ( ) : string | ||
WithLength ( int length ) : |
||
operator ( ) : bool |
public EndsWith ( string right, string source ) : bool | ||
right | string | |
source | string | |
리턴 | bool |
public StringRange ( int location, int length ) : System | ||
location | int | |
length | int | |
리턴 | System |