バージョン

ActiveFirstKeys メソッド

優先度項目を前面に並べ替えたリストを作成します。
シンタックス
'宣言
 
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
)

パラメータ

buckets
コンテキスト内のバケット。
keys
コンテキスト内のすべてのバケットのキー。

戻り値の型

優先度項目を先頭に並べ替えた所定のキー。
参照