Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Values
override
ICollection
System.Collections.Hashtable.SyncHashtable.Values
get
Implements
System.Collections.IDictionary
.
Definition at line
147
of file
Hashtable.cs
.
148
{
149
get
150
{
151
lock
(
_table
.
SyncRoot
)
152
{
153
return
_table
.
Values
;
154
}
155
}
156
}
System.Collections.Hashtable.SyncHashtable._table
Hashtable _table
Definition
Hashtable.cs:109
System.Collections.Hashtable.Values
virtual ICollection Values
Definition
Hashtable.cs:534
System.Collections.Hashtable.SyncRoot
virtual object SyncRoot
Definition
Hashtable.cs:536
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System
Collections
Hashtable
SyncHashtable
Generated by
1.10.0