C# Class LayoutFarm.Composers.TextSplitBound

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Свойство Type Description
length int
startIndex int

Méthodes publiques

Méthode Description
TextSplitBound ( int startIndex, int length ) : System.Collections.Generic

Method Details

TextSplitBound() public méthode

public TextSplitBound ( int startIndex, int length ) : System.Collections.Generic
startIndex int
length int
Résultat System.Collections.Generic

Property Details

length public_oe property

public int length
Résultat int

startIndex public_oe property

public int startIndex
Résultat int