summaryM:DotNetNuke.Collections.Internal.SharedDictionary`2.Remove(System.Collections.Generic.KeyValuePair{`0,`1})

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

Syntax

C#
public bool Remove(
	KeyValuePair<TKey, TValue> item
)
Visual Basic
Public Function Remove ( 
	item As KeyValuePair(Of TKey, TValue)
) As Boolean

Parameters

item
Type: System.Collections.Generic..::..KeyValuePair<(Of <(<'TKey, TValue>)>)>
paramitemM:DotNetNuke.Collections.Internal.SharedDictionary`2.Remove(System.Collections.Generic.KeyValuePair{`0,`1})

Return Value

returnsM:DotNetNuke.Collections.Internal.SharedDictionary`2.Remove(System.Collections.Generic.KeyValuePair{`0,`1})

Implements

ICollection<(Of <(<'T>)>)>..::..Remove(T)

See Also