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:
parent
852b2ed961
commit
f67ce12d0e
1 changed files with 5 additions and 20 deletions
25
IDE/dist/Standard.dbgvis
vendored
25
IDE/dist/Standard.dbgvis
vendored
|
@ -620,7 +620,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"Type": {
|
"Type": {
|
||||||
"Name": "System.Collections.Generic.List<*>",
|
"Name": "System.Collections.List<*>",
|
||||||
"DisplayString": "{{ count={mSize} }}",
|
"DisplayString": "{{ count={mSize} }}",
|
||||||
"Expand": {
|
"Expand": {
|
||||||
"Item": {
|
"Item": {
|
||||||
|
@ -635,7 +635,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"Type": {
|
"Type": {
|
||||||
"Name": "System.Collections.Generic.Dictionary<*, *>",
|
"Name": "System.Collections.Dictionary<*, *>",
|
||||||
"DisplayString": "{{ count={mCount - mFreeCount} }}",
|
"DisplayString": "{{ count={mCount - mFreeCount} }}",
|
||||||
"Expand": {
|
"Expand": {
|
||||||
"Item": {
|
"Item": {
|
||||||
|
@ -654,7 +654,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"Type": {
|
"Type": {
|
||||||
"Name": "System.Collections.Generic.Dictionary<*, *>.Entry",
|
"Name": "System.Collections.Dictionary<*, *>.Entry",
|
||||||
"DisplayString": "{{[{mKey}, {mValue}]}}",
|
"DisplayString": "{{[{mKey}, {mValue}]}}",
|
||||||
"Expand": {
|
"Expand": {
|
||||||
"Item": {
|
"Item": {
|
||||||
|
@ -669,7 +669,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"Type": {
|
"Type": {
|
||||||
"Name": "System.Collections.Generic.HashSet<*>",
|
"Name": "System.Collections.HashSet<*>",
|
||||||
"DisplayString": "{{ count={mCount} }}",
|
"DisplayString": "{{ count={mCount} }}",
|
||||||
"Expand": {
|
"Expand": {
|
||||||
"Item": {
|
"Item": {
|
||||||
|
@ -683,21 +683,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"Type": {
|
|
||||||
"Name": "System.Collections.Generic.KeyValuePair<*, *>",
|
|
||||||
"DisplayString": "{{{mKey}, {mValue}}}",
|
|
||||||
"Expand": {
|
|
||||||
"Item": {
|
|
||||||
"Name": "[Key]",
|
|
||||||
"Value": "mKey"
|
|
||||||
},
|
|
||||||
"Item": {
|
|
||||||
"Name": "[Value]",
|
|
||||||
"Value": "mValue"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
"Type": {
|
"Type": {
|
||||||
"Name": "llvm::SmallVectorImpl<*>",
|
"Name": "llvm::SmallVectorImpl<*>",
|
||||||
|
@ -1183,4 +1168,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue