OrderedDictionary.Add Method (KeyValuePair)

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)
Dim item As KeyValuePair(Of TKey, TValue)

instance.Add(item)

Syntax

'Declaration
Public Sub Add ( _
    item As KeyValuePair(Of TKey, TValue) _
)
public void Add (
    KeyValuePair<TKey,TValue> item
)
public:
virtual void Add (
    KeyValuePair<TKey, TValue> item
) sealed
public final void Add (
    KeyValuePair<TKey,TValue> item
)
public final function Add (
    item : KeyValuePair<TKey,TValue>
)

Parameters

  • item

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 Generic Class
OrderedDictionary Members
Microsoft.OneGet.Utility.Collections Namespace