1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 23:36:00 +02:00

Remove KeyValuePair and Generic namespace

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

View file

@ -214,7 +214,7 @@ Size = "mLength"
ValuePointer = "mPtr"
[[Type]]
Name = "System.Collections.Generic.List<*>"
Name = "System.Collections.List<*>"
DisplayString = "{{ count={mSize} }}"
[[Type.Expand.Item]]
Name = "[Count]"
@ -232,7 +232,7 @@ Size = "mSize"
ValuePointer = "mItems"
[[Type]]
Name = "System.Collections.Generic.Queue<*>"
Name = "System.Collections.Queue<*>"
DisplayString = "{{ count={mSize} }}"
[[Type.Expand.Item]]
Name = "[Count]"
@ -250,7 +250,7 @@ Size = "mSize"
ValueNode = "mItems[($i + mHead) % __clearHighBits(mAllocSizeAndFlags, 2)]"
[[Type]]
Name = "System.Collections.Generic.BinaryHeap<*>"
Name = "System.Collections.BinaryHeap<*>"
DisplayString = "{{ count={mSize} }}"
[[Type.Expand.Item]]
Name = "[Count]"
@ -260,7 +260,7 @@ Size = "mSize"
ValuePointer = "&this.mData.mFirstElement"
[[Type]]
Name = "System.Collections.Generic.Dictionary<*, *>"
Name = "System.Collections.Dictionary<*, *>"
DisplayString = "{{ count={mCount - mFreeCount} }}"
[[Type.Expand.Item]]
Name = "[Count]"
@ -274,7 +274,7 @@ Value = "mValue"
Next = "mNext"
[[Type]]
Name = "System.Collections.Generic.Dictionary<*, *>.Entry"
Name = "System.Collections.Dictionary<*, *>.Entry"
DisplayString = "{{[{mKey}, {mValue}]}}"
[[Type.Expand.Item]]
Name = "[Key]"
@ -284,7 +284,7 @@ Name = "[Value]"
Value = "mValue"
[[Type]]
Name = "System.Collections.Generic.HashSet<*>"
Name = "System.Collections.HashSet<*>"
DisplayString = "{{ count={mCount} }}"
[[Type.Expand.Item]]
Name = "[Count]"
@ -294,16 +294,6 @@ Size = "mCount"
ValuePointer = "&mSlots.mFirstElement"
Condition = "mHashCode >= 0"
[[Type]]
Name = "System.Collections.Generic.KeyValuePair<*, *>"
DisplayString = "{{{mKey}, {mValue}}}"
[[Type.Expand.Item]]
Name = "[Key]"
Value = "mKey"
[[Type.Expand.Item]]
Name = "[Value]"
Value = "mValue"
#################### C++ Standard Types ####################
[[Type]]