Sdílet prostřednictvím


LinkedElementCollection<T>.InsertRange – metoda

Vloží rozsah prvků kolekce na konkrétní indexu.

Obor názvů:  Microsoft.VisualStudio.Modeling
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (v Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntaxe

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

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

LinkedElementCollection<T> Třída

Microsoft.VisualStudio.Modeling – obor názvů