Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SyncRoot
object ICollection.
System.Collections.ObjectModel.ReadOnlyDictionary
< TKey, TValue >.KeyCollection.SyncRoot
get
private
Implements
System.Collections.ICollection
.
Definition at line
57
of file
ReadOnlyDictionary.cs
.
58
{
59
get
60
{
61
if
(!(
_collection
is
ICollection
collection
))
62
{
63
return
this
;
64
}
65
return
collection
.SyncRoot;
66
}
67
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Collections.ObjectModel.ReadOnlyDictionary.KeyCollection._collection
readonly ICollection< TKey > _collection
Definition
ReadOnlyDictionary.cs:49
System.Collections.Generic.ICollection
Definition
ICollection.cs:4
System.ExceptionArgument.collection
@ collection
System
Collections
ObjectModel
ReadOnlyDictionary
KeyCollection
Generated by
1.10.0