Property | Type | Description | |
---|---|---|---|
Empty |
Method | Description | |
---|---|---|
CharAt ( int index ) : char | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
StringCharSequenceWrapper ( string wrappedValue ) | ||
SubSequence ( int start, int end ) : ICharSequence | ||
ToString ( ) : string | ||
this ( int index ) : char |
public StringCharSequenceWrapper ( string wrappedValue ) | ||
wrappedValue | string |
public SubSequence ( int start, int end ) : ICharSequence | ||
start | int | |
end | int | |
return | ICharSequence |