OverlayDictionaryAdd Method (String, OverlayPluginInfo)

CVB.Net Documentation
Add a new entry.

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

public void Add(
	string key,
	OverlayPluginInfo value
)

Parameters

key
Type: SystemString
ignored
value
Type: Stemmer.Cvb.Forms.OverlaysOverlayPluginInfo
ignored

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
Remarks

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

Reference