Share via


ObservableRangeCollection<T>.ReplaceRange(IEnumerable<T>) Method

Definition

Clears the current collection and replaces it with the specified collection.

public void ReplaceRange(System.Collections.Generic.IEnumerable<T> collection);

Parameters

collection
System.Collections.Generic.IEnumerable<T>

Applies to