다음을 통해 공유


ValueMatch 구조체

정의

정규식으로 찾은 단일 일치 항목의 결과를 나타냅니다.

public value class ValueMatch
public readonly ref struct ValueMatch
type ValueMatch = struct
Public Structure ValueMatch
상속
ValueMatch

설명

ValueMatch 형식은 변경할 수 없으며 공용 생성자가 없습니다. 구조체의 ValueMatch 인스턴스는 호출EnumerateMatches(ReadOnlySpan<Char>)에서 결과를 반복할 때 메서드에 의해 Current 반환됩니다.

속성

Index

캡처된 조각화된 범위의 첫 번째 문자가 있는 원래 범위의 위치를 가져옵니다.

Length

캡처된 조각화된 범위의 길이를 가져옵니다.

적용 대상