Lenguaje

PatternDictionary<TKey,TValue>.InsertRange Método

Definición

public void InsertRange(int index, System.Collections.Generic.IEnumerable<TValue> collection);
member this.InsertRange : int * seq<'Value> -> unit
Public Sub InsertRange (index As Integer, collection As IEnumerable(Of TValue))

Parámetros

index
Int32
collection
IEnumerable<TValue>

Se aplica a