Click or drag to resize

TypedSortedListEx TKey , TValue Add Method (KeyValuePair TKey , TValue )

Adds the specified key-value pair to the collection.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void Add(
	KeyValuePair<TKey, TValue> item
)

Parameters

item
Type: System.Collections.Generic KeyValuePair TKey , TValue
The key-value pair to add to the collection.

Implements

ICollection T Add(T)
See Also