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.
Microsoft.Extensions.Primitives
System Library
| Author | Microsoft |
| Version | 10.0.1 |
| Tags |
Public Types
Microsoft.​Extensions.​Primitives
class CancellationChangeToken
A <see cref="T:Microsoft.Extensions.Primitives.IChangeToken" /> implementation using <see cref="T:System.Threading.CancellationToken" /> .
class ChangeToken
Propagates notifications that a change has occurred.
class CompositeChangeToken
An <see cref="T:Microsoft.Extensions.Primitives.IChangeToken" /> that represents one or more <see cref="T:Microsoft.Extensions.Primitives.IChangeToken" /> instances.
class Extensions
Provides extensions methods for the <see cref="N:Microsoft.Extensions.Primitives" /> namespace.
interface IChangeToken
Propagates notifications that a change has occurred.
struct InplaceStringBuilder
Provides a mechanism for fast, non-allocating string concatenation.
struct StringSegment
An optimized representation of a substring.
class StringSegmentComparer
Compares two <see cref="T:Microsoft.Extensions.Primitives.StringSegment" /> objects.
struct StringTokenizer
Tokenizes a <see cref="T:System.String" /> into <see cref="T:Microsoft.Extensions.Primitives.StringSegment">StringSegments</see> .
struct StringValues
Represents zero/null, one, or many strings in an efficient way.