Microsoft.Extensions.Primitives Namespace
Classes
CancellationChangeToken |
A IChangeToken implementation using CancellationToken. |
ChangeToken |
Propagates notifications that a change has occurred. |
CompositeChangeToken |
An IChangeToken which represents one or more IChangeToken instances. |
Extensions | |
StringSegmentComparer |
Structs
InplaceStringBuilder | |
StringSegment |
An optimized representation of a substring. |
StringTokenizer |
Tokenizes a String into StringSegments. |
StringTokenizer.Enumerator | |
StringValues |
Represents zero/null, one, or many strings in an efficient way. |
StringValues.Enumerator |
Enumerates the string values of a StringValues. |
Interfaces
IChangeToken |
Propagates notifications that a change has occurred. |