Dynamicweb 9
Dynamicweb 9
Dynamicweb.Core
TwoDimensionalDictionary(TLevel0, TLevel1, TKey, TValue) Class
TwoDimensionalDictionary(TLevel0, TLevel1, TKey, TValue) Methods
Add Method
Add Method (KeyValuePair(TKey, TLevel1))
Add Method (TKey, TLevel1)
TwoDimensionalDictionary
TLevel0
,
TLevel1
,
TKey
,
TValue
Add Method (
TKey
,
TLevel1
)
Namespace:
Dynamicweb.Core
Assembly:
Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
C#
VB
Copy
public
void
Add
( TKey
key
, TLevel1
value
)
Public
Sub
Add
(
key
As
TKey,
value
As
TLevel1 )
Parameters
key
Type:
TKey
value
Type:
TLevel1
Implements
IDictionary
TKey, TValue
Add(TKey, TValue)
See Also
Reference
TwoDimensionalDictionary
TLevel0, TLevel1, TKey, TValue
Class
Add Overload
Dynamicweb.Core Namespace