Regex.ValueSplitEnumerator Struct   
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.
Represents an enumerator containing the set of splits around successful matches found by iteratively applying a regular expression pattern to the input span.
public: value class Regex::ValueSplitEnumerator : System::Collections::Generic::IEnumerator<Range>public: value class Regex::ValueSplitEnumeratorpublic ref struct Regex.ValueSplitEnumerator : System.Collections.Generic.IEnumerator<Range>public ref struct Regex.ValueSplitEnumeratortype Regex.ValueSplitEnumerator = struct
    interface IEnumerator<Range>
    interface IEnumerator
    interface IDisposabletype Regex.ValueSplitEnumerator = structPublic Structure Regex.ValueSplitEnumerator
Implements IEnumerator(Of Range)Public Structure Regex.ValueSplitEnumerator- Inheritance
- Implements
Properties
| Current | Gets a Range for the split at the current position of the enumerator. | 
Methods
| GetEnumerator() | Provides an enumerator that iterates through the splits in the input span. | 
| MoveNext() | Advances the enumerator to the next split. | 
Explicit Interface Implementations
| IDisposable.Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | 
| IEnumerator.Current | Gets the element in the collection at the current position of the enumerator. | 
| IEnumerator.Reset() | Sets the enumerator to its initial position, which is before the first element in the collection. |