OrderedDictionary Generic Class

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Utility.Collections
Assembly: Microsoft.OneGet.Utility (in Microsoft.OneGet.Utility.dll)

Usage

'Usage
Dim instance As OrderedDictionary(Of TKey, TValue)

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public Class OrderedDictionary(Of TKey, TValue)
    Inherits OrderedDictionary
    Implements IDictionary(Of TKey, TVal), ICollection(Of KeyValuePair(Of TKey, TVal)), _
    IEnumerable(Of KeyValuePair(Of TKey, TVal)), IEnumerable
[DefaultMemberAttribute("Item")] 
public class OrderedDictionary<TKey,TValue> : OrderedDictionary, IDictionary<TKey,TVal>, ICollection<KeyValuePair<TKey,TVal>>, 
    IEnumerable<KeyValuePair<TKey,TVal>>, IEnumerable
[DefaultMemberAttribute(L"Item")] 
generic<typename TKey, typename TValue>
public ref class OrderedDictionary : public OrderedDictionary, IDictionary<TKey, TVal>, ICollection<KeyValuePair<TKey, TVal>>, 
    IEnumerable<KeyValuePair<TKey, TVal>>, IEnumerable

GenericParameters

  • TKey
  • TValue

Inheritance Hierarchy

System.Object
   System.Collections.Specialized.OrderedDictionary
    Microsoft.OneGet.Utility.Collections.OrderedDictionary

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

OrderedDictionary Members
Microsoft.OneGet.Utility.Collections Namespace