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); };
public System.Text.RegularExpressions.Match[] Matches { get; set; }
member this.Matches : System.Text.RegularExpressions.Match[] with get, set
Public Property Matches As Match()

Property Value

Match[]

Applies to