DelegateDictionary.Remove Method

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 DelegateDictionary(Of TKey, TVal)
Dim key As TKey
Dim returnValue As Boolean

returnValue = instance.Remove(key)

Syntax

'Declaration
Public Overrides Function Remove ( _
    key As TKey _
) As Boolean
public override bool Remove (
    TKey key
)
public:
virtual bool Remove (
    TKey key
) override
public boolean Remove (
    TKey key
)
public override function Remove (
    key : TKey
) : boolean

Parameters

  • key

Return Value

Returns Boolean.

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

DelegateDictionary Generic Class
DelegateDictionary Members
Microsoft.OneGet.Utility.Collections Namespace