RGF.Abstraction
C#
Show/Hide TOC
Rgf
Dynamic
Dictionary
Remove(String) Method
Definition
Namespace:
Recrovit.RecroGridFramework.Abstraction.Models
Assembly:
Recrovit.RecroGridFramework.Abstraction (in Recrovit.RecroGridFramework.Abstraction.dll) Version: 1.2.0.10124
C#
Copy
public
bool
Remove
(
string
key
)
Parameters
key
String
Return Value
Boolean
Implements
IDictionary
TKey, TValue
Remove(TKey)
See Also
Reference
RgfDynamicDictionary Class
Remove Overload
Recrovit.RecroGridFramework.Abstraction.Models Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also