Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[object key]
override object System.Collections.Hashtable.SyncHashtable.this[object
key
]
get
set
Implements
System.Collections.IDictionary
.
Definition at line
119
of file
Hashtable.cs
.
120
{
121
get
122
{
123
return
_table
[
key
];
124
}
125
set
126
{
127
lock
(
_table
.
SyncRoot
)
128
{
129
_table
[
key
] =
value
;
130
}
131
}
132
}
System.Collections.Hashtable.SyncHashtable._table
Hashtable _table
Definition
Hashtable.cs:109
System.Collections.Hashtable.SyncRoot
virtual object SyncRoot
Definition
Hashtable.cs:536
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System.ExceptionArgument.key
@ key
System
Collections
Hashtable
SyncHashtable
Generated by
1.10.0