C# Class LayoutFarm.Composers.TextSplitBound

Show file 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 property

public int length
return int

startIndex public property

public int startIndex
return int