Regex.ValueSplitEnumerator 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示列舉值,這個列舉值包含透過反覆將正則表達式模式套用至輸入範圍,以在成功比對周圍找到的分割集。
public: value class Regex::ValueSplitEnumerator
public ref struct Regex.ValueSplitEnumerator
type Regex.ValueSplitEnumerator = struct
Public Structure Regex.ValueSplitEnumerator
- 繼承
屬性
Current |
取得位於列舉值目前位置的 ValueMatch 專案。 |
方法
GetEnumerator() |
提供列舉值,逐一查看輸入範圍中的分割。 |
MoveNext() |
將枚舉器前進到下一個分割。 |