ManagedList<T>.Replace(Int32, Int32, IReadOnlyList<T>) Method

Definition

public void Replace (int start, int count, System.Collections.Generic.IReadOnlyList<T> replacements);
member this.Replace : int * int * System.Collections.Generic.IReadOnlyList<'T> -> unit
Public Sub Replace (start As Integer, count As Integer, replacements As IReadOnlyList(Of T))

Parameters

start
Int32
count
Int32
replacements
IReadOnlyList<T>

Applies to