RegexCollection.AddRange(Regex[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.