OverlayDictionaryRemove Method (String)

CVB.Net Documentation
Remove a value with the specified key.

Namespace:  Stemmer.Cvb.Forms.Overlays
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public bool Remove(
	string key
)

Parameters

key
Type: SystemString
ignored

Return Value

Type: Boolean
nothing

Implements

IDictionaryTKey, TValueRemove(TKey)
Remarks

As this dictionary is read-only, Remove will always raise a NotSupportedException.
See Also

Reference