Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Values
ICollection
System.Collections.Specialized.HybridDictionary.Values
get
Implements
System.Collections.IDictionary
.
Definition at line
105
of file
HybridDictionary.cs
.
106
{
107
get
108
{
109
if
(
hashtable
!=
null
)
110
{
111
return
hashtable
.
Values
;
112
}
113
return
List
.
Values
;
114
}
115
}
System.Collections.Hashtable.Values
virtual ICollection Values
Definition
Hashtable.cs:534
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.Values
ICollection Values
Definition
ListDictionary.cs:316
System
Collections
Specialized
HybridDictionary
Generated by
1.10.0