PatternDictionary<TKey,TValue>.InsertRange Metodo

Definizione

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))

Parametri

index
Int32
collection
IEnumerable<TValue>

Si applica a