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

Parameters

key  String
The culture name.

Return Value

Boolean
if the element is successfully found and removed; otherwise, .

Implements

IDictionaryTKey, TValueRemove(TKey)
See Also