Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Keys
override
ICollection
System.Collections.Hashtable.SyncHashtable.Keys
get
Implements
System.Collections.IDictionary
.
Definition at line
136
of file
Hashtable.cs
.
137
{
138
get
139
{
140
lock
(
_table
.
SyncRoot
)
141
{
142
return
_table
.
Keys
;
143
}
144
}
145
}
System.Collections.Hashtable.SyncHashtable._table
Hashtable _table
Definition
Hashtable.cs:109
System.Collections.Hashtable.SyncRoot
virtual object SyncRoot
Definition
Hashtable.cs:536
System.Collections.Hashtable.Keys
virtual ICollection Keys
Definition
Hashtable.cs:532
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System
Collections
Hashtable
SyncHashtable
Generated by
1.10.0