Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

struct Microsoft.​Extensions.​Primitives.​StringTokenizer

Assembly: Microsoft.Extensions.Primitives

Implemented Interfaces

Tokenizes a <see cref="T:System.String" /> into <see cref="T:Microsoft.Extensions.Primitives.StringSegment">StringSegments</see> .

Methods

public Enumerator
GetEnumerator​()
Initializes a new instance of <see cref="T:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator" /> .
Returns An <see cref="T:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator" /> based on the <see cref="T:Microsoft.Extensions.Primitives.StringTokenizer" /> 's value and separators.
public bool
Equals​(object obj)
Inherited from System.​ValueType
public int
GetHashCode​()
Inherited from System.​ValueType
public string
ToString​()
Inherited from System.​ValueType
protected void
Finalize​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object