C# Class Alsing.Text.MatchResult

Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
Found bool
Index int
Length int
Tags object[]
Text string

Public Methods

Method Description
GetText ( ) : string
ToString ( ) : string

Method Details

GetText() public method

public GetText ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

Property Details

Found public_oe property

public bool Found
return bool

Index public_oe property

public int Index
return int

Length public_oe property

public int Length
return int

Tags public_oe property

public object[] Tags
return object[]

Text public_oe property

public string Text
return string