SafeDictionaryTKey, TValueAddMultiple Method |
Adds multiple items with same value to the dictionary
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax public void AddMultiple(
string[] items,
bool value
)
Parameters
- items
- Type: SystemString
Items to add - value
- Type: SystemBoolean
Items value
See Also