Microsoft.Extensions.Primitives Namespace
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.
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. |