'宣言
Public Sub InsertRange( _
ByVal As System.Integer, _
ByVal As System.Collections.Generic.IEnumerable(Of KeyValuePair(Of T,SortCondition)) _
)
public void InsertRange(
System.int ,
System.Collections.Generic.IEnumerable<KeyValuePair<T,SortCondition>>
)