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.255-beta+d64b121002b51165b41b0dbf6ccf4c8d3895faa3
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