ObservableList<T>.Remove Method

Name Description
Remove(T) Removes the first occurrence of a specific object from the List<T>. (System.Collections.Generic.List<T>).
Remove(T)

In this article

Definition