C# Class SmartFormat.Core.Parsing.FormatItem

Base class that represents a substring of text from a parsed format string.
Afficher le fichier Open project: scottrippey/SmartFormat.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
baseString string
endIndex int
startIndex int

Méthodes publiques

Méthode Description
ToString ( ) : string

Méthodes protégées

Méthode Description
FormatItem ( FormatItem parent, int startIndex )
FormatItem ( string baseString, int startIndex, int endIndex )

Method Details

FormatItem() protected méthode

protected FormatItem ( FormatItem parent, int startIndex )
parent FormatItem
startIndex int

FormatItem() protected méthode

protected FormatItem ( string baseString, int startIndex, int endIndex )
baseString string
startIndex int
endIndex int

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

baseString public_oe property

public string baseString
Résultat string

endIndex public_oe property

public int endIndex
Résultat int

startIndex public_oe property

public int startIndex
Résultat int