Udostępnij za pośrednictwem


Metoda LinkedElementCollection<T>.InsertRange —

Wstawia zakres elementów do kolekcji w określonej pozycji indeksu.

Przestrzeń nazw:  Microsoft.VisualStudio.Modeling
Zestaw:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (w Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Składnia

'Deklaracja
Public Sub InsertRange ( _
    index As Integer, _
    collection As IEnumerable(Of T) _
)
public void InsertRange(
    int index,
    IEnumerable<T> collection
)

Parametry

  • index
    Typ: System.Int32
    Indeks pierwszego elementu, aby wstawić.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

LinkedElementCollection<T> Klasa

Przestrzeń nazw Microsoft.VisualStudio.Modeling