C# Class Praeclarum.StringRange

Afficher le fichier Open project: praeclarum/Praeclarum Class Usage Examples

Méthodes publiques

Свойство Type Description
Length int
Location int

Méthodes publiques

Méthode Description
Contains ( StringRange other ) : bool
EndsWith ( string right, string source ) : bool
Equals ( object obj ) : bool
FitIn ( int length ) : StringRange
GetHashCode ( ) : int
Intersects ( StringRange other ) : bool
Offset ( int offset ) : StringRange
StringRange ( int location, int length ) : System
Substring ( string source ) : string
ToString ( ) : string
WithLength ( int length ) : StringRange
operator ( ) : bool

Method Details

Contains() public méthode

public Contains ( StringRange other ) : bool
other StringRange
Résultat bool

EndsWith() public méthode

public EndsWith ( string right, string source ) : bool
right string
source string
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

FitIn() public méthode

public FitIn ( int length ) : StringRange
length int
Résultat StringRange

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Intersects() public méthode

public Intersects ( StringRange other ) : bool
other StringRange
Résultat bool

Offset() public méthode

public Offset ( int offset ) : StringRange
offset int
Résultat StringRange

StringRange() public méthode

public StringRange ( int location, int length ) : System
location int
length int
Résultat System

Substring() public méthode

public Substring ( string source ) : string
source string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

WithLength() public méthode

public WithLength ( int length ) : StringRange
length int
Résultat StringRange

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Length public_oe property

public int Length
Résultat int

Location public_oe property

public int Location
Résultat int