System
Namespace with 6 public types
Structures
Memory`1
Memory represents a contiguous region of arbitrary memory similar to .
Unlike , it is not a byref-like type.
ReadOnlyMemory`1
Represents a contiguous region of memory, similar to .
Unlike , it is not a byref-like type.
ReadOnlySpan`1
ReadOnlySpan represents a contiguous region of arbitrary memory. Unlike arrays, it can point to either managed
or native memory, or to memory allocated on the stack. It is type- and memory-safe.
SequencePosition
Represents position in non-contiguous set of memory.
Properties of this type should not be interpreted by anything but the type that created it.
Span`1
Span represents a contiguous region of arbitrary memory. Unlike arrays, it can point to either managed
or native memory, or to memory allocated on the stack. It is type- and memory-safe.
Static Classes
MemoryExtensions
Extension methods for Span{T}, Memory{T}, and friends.