다음을 통해 공유


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

반환

Regex.ValueMatchEnumerator

이 열거자의 복사본입니다.

적용 대상