FilteredObservableCollection<T>::Add Method (T)

 

Since this collection is read-only, throws an InvalidOperationException.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
virtual void Add(
	T item
) sealed

Parameters

item
Type: T

The item.

Return to top
Show: