Click or drag to resize

DataDictionaryTKey, TValueAdd Method (KeyValuePairTKey, TValue)

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void Add(
	KeyValuePair<TKey, TValue> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TValue
The object to add to the ICollectionT.

Implements

ICollectionTAdd(T)
Exceptions
See Also