mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-13 05:44:11 +02:00
Make Dictionary<TKey, TValue>.Entry protected.
This commit is contained in:
parent
b5ceaf9a4e
commit
01a45c9371
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ namespace System.Collections
|
||||||
typealias KeyValuePair=(TKey key, TValue value);
|
typealias KeyValuePair=(TKey key, TValue value);
|
||||||
typealias KeyRefValuePair=(TKey key, TValue* valueRef);
|
typealias KeyRefValuePair=(TKey key, TValue* valueRef);
|
||||||
|
|
||||||
private struct Entry
|
protected struct Entry
|
||||||
{
|
{
|
||||||
public TKey mKey; // Key of entry
|
public TKey mKey; // Key of entry
|
||||||
public TValue mValue; // Value of entry
|
public TValue mValue; // Value of entry
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue