EDK4Net Documentation
EDK4Net Documentation
EDK4Net.Collections
IOrderedDictionary(TKey, TValue) Interface
IOrderedDictionary(TKey, TValue) Methods
Insert Method
Insert Method (Int32, TKey, TValue)
IOrderedDictionary
TKey
,
TValue
Insert Method (Int32,
TKey
,
TValue
)
Namespace:
EDK4Net.Collections
Assembly:
EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
Copy
void
Insert
(
int
index
, TKey
key
, TValue
value
)
Parameters
index
Type:
System
Int32
key
Type:
TKey
value
Type:
TValue
See Also
Reference
IOrderedDictionary
TKey, TValue
Interface
Insert Overload
EDK4Net.Collections Namespace
Copyright Edika 2012-2021
Send comments on this topic to
EDK4Net Support