FilteredObservableCollection<T>::Count Property
Visual Studio 2015
Gets the number of items in the collection.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
If the collection is being filtered, this is the number of items in the filtered list, otherwise the number of items in the underlying list.
Show: