LocalizedStringDictionaryRemove Method  | 
 
            Removes the value with the specified culture name.
            
 
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool Remove(
	string key
)
Public Function Remove ( 
	key As String
) As Boolean
public:
virtual bool Remove(
	String^ key
) sealed
abstract Remove : 
        key : string -> bool 
override Remove : 
        key : string -> bool Parameters
- key
 - Type: SystemString
The culture name. 
Return Value
Type: 
Boolean if the element is successfully found and removed; otherwise, 
.
Implements
IDictionaryTKey, TValueRemove(TKey)
See Also