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.276-beta+3dd4b43be3e31323696af3ab6b14b705e6420d69
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