Dynamicweb 9
Dynamicweb 9
Dynamicweb.Environment.Web
Items Class
Items Methods
IEnumerable.GetEnumerator Method
Add Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
Remove Method
Items
Add Method
Adds an element with the provided key and value to the IDictionary object
Namespace:
Dynamicweb.Environment.Web
Assembly:
Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
C#
VB
Copy
public
void
Add
(
Object
key
,
Object
value
)
Public
Sub
Add
(
key
As
Object
,
value
As
Object
)
Parameters
key
Type:
System
Object
The object to use as the ley for the value
value
Type:
System
Object
The value for the key
Implements
IDictionary
Add(Object, Object)
See Also
Reference
Items Class
Dynamicweb.Environment.Web Namespace