RegexCollection.AddRange(Regex[]) Method

Definition

Adds an array of regular expressions to the end of RegexCollection.

public:
 void AddRange(cli::array <System::Text::RegularExpressions::Regex ^> ^ value);
public void AddRange (System.Text.RegularExpressions.Regex[] value);
abstract member AddRange : System.Text.RegularExpressions.Regex[] -> unit
Public Sub AddRange (value As Regex())

Parameters

value
Regex[]

The array of regular expressions to add to the RegexCollection.

Applies to