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.251-beta+c370f3da3791592278238855631f53a5ff418c68
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