Share via


MatchInfo.Matches Property

Definition

Gets or sets a list of all Regex matches on the matching line.

public:
 property cli::array <System::Text::RegularExpressions::Match ^> ^ Matches { cli::array <System::Text::RegularExpressions::Match ^> ^ get(); void set(cli::array <System::Text::RegularExpressions::Match ^> ^ value); };

Property Value

Match[]

Applies to