summaryM:DotNetNuke.Collections.Internal.SharedDictionary`2.Remove(`0)
Namespace: DotNetNuke.Collections.InternalAssembly: 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)