Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Keys
ICollection
System.Collections.Specialized.HybridDictionary.Keys
get
Implements
System.Collections.IDictionary
.
Definition at line
85
of file
HybridDictionary.cs
.
86
{
87
get
88
{
89
if
(
hashtable
!=
null
)
90
{
91
return
hashtable
.
Keys
;
92
}
93
return
List
.
Keys
;
94
}
95
}
System.Collections.Hashtable.Keys
virtual ICollection Keys
Definition
Hashtable.cs:532
System.Collections.Specialized.HybridDictionary.List
ListDictionary List
Definition
HybridDictionary.cs:61
System.Collections.Specialized.HybridDictionary.hashtable
Hashtable hashtable
Definition
HybridDictionary.cs:11
System.Collections.Specialized.ListDictionary.Keys
ICollection Keys
Definition
ListDictionary.cs:306
System
Collections
Specialized
HybridDictionary
Generated by
1.10.0