C# Class Myre.UI.Text.StringPart

Datei anzeigen Open project: TomGillen/Myre Class Usage Examples

Public Properties

Property Type Description
Length int
Start int
String string
StringBuilder StringBuilder

Public Methods

Method Description
Equals ( StringBuilder other ) : bool
Equals ( StringBuilder other, int start, int length ) : bool
Equals ( StringPart other ) : bool
Equals ( object obj ) : bool
Equals ( string other ) : bool
GetHashCode ( ) : int
StartsWith ( StringPart s ) : bool
StringPart ( StringBuilder source, int start, int length ) : System
StringPart ( string source, int start, int length ) : System
Substring ( int start ) : StringPart
Substring ( int start, int length ) : StringPart
ToString ( ) : string
this ( int i ) : char

Method Details

Equals() public method

public Equals ( StringBuilder other ) : bool
other StringBuilder
return bool

Equals() public method

public Equals ( StringBuilder other, int start, int length ) : bool
other StringBuilder
start int
length int
return bool

Equals() public method

public Equals ( StringPart other ) : bool
other StringPart
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

Equals() public method

public Equals ( string other ) : bool
other string
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

StartsWith() public method

public StartsWith ( StringPart s ) : bool
s StringPart
return bool

StringPart() public method

public StringPart ( StringBuilder source, int start, int length ) : System
source StringBuilder
start int
length int
return System

StringPart() public method

public StringPart ( string source, int start, int length ) : System
source string
start int
length int
return System

Substring() public method

public Substring ( int start ) : StringPart
start int
return StringPart

Substring() public method

public Substring ( int start, int length ) : StringPart
start int
length int
return StringPart

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( int i ) : char
i int
return char

Property Details

Length public_oe property

public int Length
return int

Start public_oe property

public int Start
return int

String public_oe property

public string String
return string

StringBuilder public_oe property

public StringBuilder StringBuilder
return StringBuilder