Version

ActiveFirstKeys Method

Creates a list of indices sorted with priority items in front.
Syntax
'Declaration
 
Protected Overridable Function ActiveFirstKeys( _
   ByVal buckets As Dictionary(Of Integer,MarkerManagerBucket), _
   ByVal keys As List(Of Integer) _
) As List(Of Integer)
protected virtual List<int> ActiveFirstKeys( 
   Dictionary<int,MarkerManagerBucket> buckets,
   List<int> keys
)

Parameters

buckets
The buckets in context.
keys
The keys of all buckets in context.

Return Value

The given keys, sorted with priority items first.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also