summaryM:DotNetNuke.Collections.Internal.SharedDictionary`2.Remove(`0)

Namespace: DotNetNuke.Collections.Internal
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool Remove(
	TKey key
)
Visual Basic
Public Function Remove ( 
	key As TKey
) As Boolean

Parameters

key
Type: TKey
paramkeyM:DotNetNuke.Collections.Internal.SharedDictionary`2.Remove(`0)

Return Value

returnsM:DotNetNuke.Collections.Internal.SharedDictionary`2.Remove(`0)

Implements

IDictionary<(Of <(<'TKey, TValue>)>)>..::..Remove(TKey)

See Also