Click or drag to resize
SafeDictionaryTKey, TValueAddMultiple Method
Adds multiple items with same value to the dictionary

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public void AddMultiple(
	string[] items,
	bool value
)

Parameters

items
Type: SystemString
Items to add
value
Type: SystemBoolean
Items value
See Also