C# Class Alsing.Text.MatchResult

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

public bool Found
return bool

Index public property

public int Index
return int

Length public property

public int Length
return int

Tags public property

public object[] Tags
return object[]

Text public property

public string Text
return string