Regex.ValueMatchEnumerator.GetEnumerator 方法

定义

提供一个枚举器,用于循环访问输入范围中的匹配项。

public:
 System::Text::RegularExpressions::Regex::ValueMatchEnumerator GetEnumerator();
public readonly System.Text.RegularExpressions.Regex.ValueMatchEnumerator GetEnumerator ();
member this.GetEnumerator : unit -> System.Text.RegularExpressions.Regex.ValueMatchEnumerator
Public Function GetEnumerator () As Regex.ValueMatchEnumerator

返回

此枚举器的副本。

适用于