ImmutableList<T>.Builder.GetRange(Int32, Int32) Método

Definición

Crea una copia superficial de un intervalo de elementos en la lista inmutable de origen.

public:
 virtual System::Collections::Immutable::ImmutableList<T> ^ GetRange(int index, int count);
public:
 System::Collections::Immutable::ImmutableList<T> ^ GetRange(int index, int count);
public System.Collections.Immutable.ImmutableList<T> GetRange (int index, int count);
abstract member GetRange : int * int -> System.Collections.Immutable.ImmutableList<'T>
override this.GetRange : int * int -> System.Collections.Immutable.ImmutableList<'T>
member this.GetRange : int * int -> System.Collections.Immutable.ImmutableList<'T>
Public Function GetRange (index As Integer, count As Integer) As ImmutableList(Of T)

Parámetros

index
Int32

Índice de base cero en el que empieza el intervalo.

count
Int32

Número de elementos del intervalo.

Devoluciones

ImmutableList<T>

Copia superficial de un intervalo de elementos en la lista inmutable de origen.

Se aplica a