Click or drag to resize

DictionaryListTKey, TValueInsert Method

Inserts an item to the DictionaryListTKey, TValue at the specified index.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public void Insert(
	int index,
	KeyValuePair<TKey, TValue> item
)
View Source

Parameters

index  Int32
The zero-based index at which item should be inserted.
item  KeyValuePairTKey, TValue
The object to insert into the DictionaryListTKey, TValue.

Implements

IListTInsert(Int32, T)
See Also