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 (24.3.0.1000)
Syntax
public bool Remove(
	string key
)

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