C# Class LayoutFarm.Composers.TextSplitBound

Exibir arquivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
length int
startIndex int

Public Methods

Method Description
TextSplitBound ( int startIndex, int length ) : System.Collections.Generic

Method Details

TextSplitBound() public method

public TextSplitBound ( int startIndex, int length ) : System.Collections.Generic
startIndex int
length int
return System.Collections.Generic

Property Details

length public_oe property

public int length
return int

startIndex public_oe property

public int startIndex
return int