Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorAhson Khan <ahkha@microsoft.com>2018-03-14 04:29:39 +0300
committerGitHub <noreply@github.com>2018-03-14 04:29:39 +0300
commit8fd7c720fceee1e330c4e656166e5788f9de04fe (patch)
tree891ade1ee71fc756b2a0e7ec4bb32c34a4fe2cf9 /pkg
parent65f736e1c4034ae833eda338cbe171858f4e04b0 (diff)
Update the System.Memory package description and common types listed. (#28026)
Diffstat (limited to 'pkg')
-rw-r--r--pkg/descriptions.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index cd047cf7f7..411661f2c9 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -1012,13 +1012,16 @@
},
{
"Name": "System.Memory",
- "Description": "Provides types for efficient low-allocation access to memory.",
+ "Description": "Provides types for efficient representation and pooling of managed, stack, and native memory segments and sequences of such segments, along with primitives to parse and format UTF-8 encoded text stored in those memory segments.",
"CommonTypes": [
"System.Span",
"System.ReadOnlySpan",
"System.Memory",
"System.ReadOnlyMemory",
- "System.MemoryExtensions"
+ "System.Buffers.MemoryPool",
+ "System.Buffers.ReadOnlySequence",
+ "System.Buffers.Text.Utf8Parser",
+ "System.Buffers.Text.Utf8Formatter"
]
},
{