C# Class Alsing.Text.MatchResult

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
Found bool
Index int
Length int
Tags object[]
Text string

Méthodes publiques

Méthode Description
GetText ( ) : string
ToString ( ) : string

Method Details

GetText() public méthode

public GetText ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Found public_oe property

public bool Found
Résultat bool

Index public_oe property

public int Index
Résultat int

Length public_oe property

public int Length
Résultat int

Tags public_oe property

public object[] Tags
Résultat object[]

Text public_oe property

public string Text
Résultat string