Visual Basic (Declaration) | |
---|---|
Public Overloads Function AddRangeSorted( _ ByVal items As IEnumerable(Of KeyValuePair(Of TKey,TValue)) _ ) As Integer |
C# | |
---|---|
public int AddRangeSorted( IEnumerable<KeyValuePair<TKey,TValue>> items ) |
Parameters
- items
- The ordered list of items to insert
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7