ReadOnlySpanTokenizer<T> Struct
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.
A ref
struct
that tokenizes a given ReadOnlySpan<T> instance.
C#
public ref struct ReadOnlySpanTokenizer<T> where T : IEquatable<T>
type ReadOnlySpanTokenizer<'T (requires 'T :> IEquatable<'T>)> = struct
Public Structure ReadOnlySpanTokenizer(Of T)
- T
The type of items to enumerate.
- Inheritance
-
ReadOnlySpanTokenizer<T>
Read |
Initializes a new instance of the ReadOnlySpanTokenizer<T> struct. |
Get |
Implements the duck-typed GetEnumerator() method. |
Move |
Implements the duck-typed MoveNext() method. |
Производ | Верзије |
---|---|
Windows Community Toolkit | 6.1.1, 7.0.0, 7.1.0 |