C# Class Catrobat.IDE.Core.CatrobatObjects.Range

Afficher le fichier Open project: Catrobat/CatrobatForWindows Class Usage Examples

Méthodes publiques

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

Private Properties

Свойство Type Description
Range System

Méthodes publiques

Méthode Description
Combine ( Range x, Range y ) : Range
Contains ( Range other ) : bool
Empty ( int start ) : Range
FromIndices ( int start, int end ) : Range
FromLength ( int start, int length ) : Range
Single ( int start ) : Range

Private Methods

Méthode Description
Range ( int start, int length ) : System

Method Details

Combine() public static méthode

public static Combine ( Range x, Range y ) : Range
x Range
y Range
Résultat Range

Contains() public méthode

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

Empty() public static méthode

public static Empty ( int start ) : Range
start int
Résultat Range

FromIndices() public static méthode

public static FromIndices ( int start, int end ) : Range
start int
end int
Résultat Range

FromLength() public static méthode

public static FromLength ( int start, int length ) : Range
start int
length int
Résultat Range

Single() public static méthode

public static Single ( int start ) : Range
start int
Résultat Range

Property Details

Length public_oe property

public int Length
Résultat int

Start public_oe property

public int Start
Résultat int