1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 12:02:21 +02:00

Remove KeyValuePair and Generic namespace

This commit is contained in:
ExMatics HydrogenC 2020-05-01 15:06:22 +08:00 committed by GitHub
parent 852b2ed961
commit f67ce12d0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -620,7 +620,7 @@
},
"Type": {
"Name": "System.Collections.Generic.List<*>",
"Name": "System.Collections.List<*>",
"DisplayString": "{{ count={mSize} }}",
"Expand": {
"Item": {
@ -635,7 +635,7 @@
},
"Type": {
"Name": "System.Collections.Generic.Dictionary<*, *>",
"Name": "System.Collections.Dictionary<*, *>",
"DisplayString": "{{ count={mCount - mFreeCount} }}",
"Expand": {
"Item": {
@ -654,7 +654,7 @@
},
"Type": {
"Name": "System.Collections.Generic.Dictionary<*, *>.Entry",
"Name": "System.Collections.Dictionary<*, *>.Entry",
"DisplayString": "{{[{mKey}, {mValue}]}}",
"Expand": {
"Item": {
@ -669,7 +669,7 @@
},
"Type": {
"Name": "System.Collections.Generic.HashSet<*>",
"Name": "System.Collections.HashSet<*>",
"DisplayString": "{{ count={mCount} }}",
"Expand": {
"Item": {
@ -684,21 +684,6 @@
}
},
"Type": {
"Name": "System.Collections.Generic.KeyValuePair<*, *>",
"DisplayString": "{{{mKey}, {mValue}}}",
"Expand": {
"Item": {
"Name": "[Key]",
"Value": "mKey"
},
"Item": {
"Name": "[Value]",
"Value": "mValue"
}
}
},
"Type": {
"Name": "llvm::SmallVectorImpl<*>",
"DisplayString": {