Click or drag to resize

IOrderedDictionaryTKey, TValueInsert Method (Int32, TKey, TValue)

Namespace:  EDK4Net.Collections
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
void Insert(
	int index,
	TKey key,
	TValue value
)

Parameters

index
Type: SystemInt32
key
Type: TKey
value
Type: TValue
See Also