次の方法で共有


FilteredObservableCollection<T>(IList<T>) Constructor

Definition

Initializes a new instance of FilteredObservableCollection<T>.

public:
 FilteredObservableCollection(System::Collections::Generic::IList<T> ^ underlyingList);
public FilteredObservableCollection (System.Collections.Generic.IList<T> underlyingList);
new Microsoft.VisualStudio.Language.Intellisense.FilteredObservableCollection<'T> : System.Collections.Generic.IList<'T> -> Microsoft.VisualStudio.Language.Intellisense.FilteredObservableCollection<'T>
Public Sub New (underlyingList As IList(Of T))

Parameters

underlyingList
IList<T>

The underlying collection.

Exceptions

underlyingList is null.

underlyingList does not implement IList and/or INotifyCollectionChanged.

Applies to