Property | Type | Description | |
---|---|---|---|
Length | int | ||
Location | int |
Method | Description | |
---|---|---|
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 | |
return | bool |
public Intersects ( |
||
other | ||
return | bool |
public StringRange ( int location, int length ) : System | ||
location | int | |
length | int | |
return | System |
public WithLength ( int length ) : |
||
length | int | |
return |