C# Class LayoutFarm.TextBreak.ICU.SplitBound

ファイルを表示 Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
length int
startIndex int

Public Methods

Method Description
SplitBound ( int startIndex, int length ) : System
ToString ( ) : string

Method Details

SplitBound() public method

public SplitBound ( int startIndex, int length ) : System
startIndex int
length int
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

length public_oe property

public int length
return int

startIndex public_oe property

public int startIndex
return int