1 implementation of IOrderedDictionary
System.Collections.Specialized (1)
System\Collections\Specialized\OrderedDictionary.cs (1)
25
public class OrderedDictionary :
IOrderedDictionary
, ISerializable, IDeserializationCallback
2 references to IOrderedDictionary
netstandard (1)
netstandard.cs (1)
159
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.
IOrderedDictionary
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
148
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.
IOrderedDictionary
))]