Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IDictionaryDebugView.cs
Go to the documentation of this file.
3
5
6internal sealed class IDictionaryDebugView<TKey, TValue>
7{
9
12 {
13 get
14 {
16 _dictionary.CopyTo(array, 0);
17 return array;
18 }
19 }
20
29}
readonly IDictionary< TKey, TValue > _dictionary
IDictionaryDebugView(IDictionary< TKey, TValue > dictionary)
static void ThrowArgumentNullException(string name)