Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Values

ICollection System.Collections.Specialized.OrderedDictionary.Values
get

Implements System.Collections.IDictionary.

Definition at line 192 of file OrderedDictionary.cs.

193 {
194 get
195 {
196 ArrayList array = EnsureObjectsArray();
197 return new OrderedDictionaryKeyValueCollection(array, isKeys: false);
198 }
199 }

Referenced by System.ComponentModel.TypeDescriptor.PipelineFilter().