OverlayDictionaryRemove Method (KeyValuePairString, OverlayPluginInfo)

CVB.Net Documentation
Remove an entry from the dictionary

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

public bool Remove(
	KeyValuePair<string, OverlayPluginInfo> entry
)

Parameters

entry
Type: System.Collections.GenericKeyValuePairString, OverlayPluginInfo
ignored

Return Value

Type: Boolean
Nothing (will always raise a NotSupportedException).

Implements

ICollectionTRemove(T)
Exceptions

ExceptionCondition
NotSupportedExceptionWill always be raised as this dictionary is read only.
Remarks

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

Reference