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:
authorAlexander Radchenko <radchenkosasha@gmail.com>2018-03-10 01:19:27 +0300
committerStephen Toub <stoub@microsoft.com>2018-03-10 01:19:27 +0300
commit35ff77aa75d86b6ebf0e6df1f68b1f233835518e (patch)
tree295d0cec1eb7bb0661d891c7e4d8a72d06af1360 /pkg
parentd21fa565bb1e0946bcd8ac3b806e343e0038bc15 (diff)
Update System.Memory package description to be complete (#27888)
Diffstat (limited to 'pkg')
-rw-r--r--pkg/descriptions.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index 78b427fd68..cd047cf7f7 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -1014,7 +1014,11 @@
"Name": "System.Memory",
"Description": "Provides types for efficient low-allocation access to memory.",
"CommonTypes": [
- "System.Span"
+ "System.Span",
+ "System.ReadOnlySpan",
+ "System.Memory",
+ "System.ReadOnlyMemory",
+ "System.MemoryExtensions"
]
},
{
@@ -1439,7 +1443,7 @@
"System.Runtime.Caching.FileChangeMonitor",
"System.Runtime.Caching.HostFileChangeMonitor",
"System.Runtime.Caching.MemoryCache",
- "System.Runtime.Caching.ObjectCache",
+ "System.Runtime.Caching.ObjectCache"
]
},
{