Microsoft.Extensions.Primitives Namespace¶
-
namespace
Microsoft.Extensions.Primitives¶ Interfaces
- interface
IChangeToken - Propagates notifications that a change has occured.
Classes
- class
CancellationChangeToken - A
Microsoft.Extensions.Primitives.IChangeTokenimplementation usingSystem.Threading.CancellationToken. - class
ChangeToken - Propagates notifications that a change has occured.
Structures
- struct
StringSegment - An optimized representation of a substring.
- struct
StringTokenizer - Tokenizes a <code>string</code> into
Microsoft.Extensions.Primitives.StringSegments. - struct
Enumerator - struct
StringValues - Represents zero/null, one, or many strings in an efficient way.
- struct
Enumerator
- interface