Click or drag to resize

TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValueAdd Method (KeyValuePairTKey, TLevel1)

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
public void Add(
	KeyValuePair<TKey, TLevel1> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TLevel1

Implements

ICollectionTAdd(T)
See Also