'宣言 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 )