The fact that it is a LINQ result might perhaps not be relevant for the question, but I\'m mentioning it anyway - since this is the context which has resulted in this questi
var linqResults = foos.Where(f => f.Name == "Widget"); var observable = new ObservableCollection(linqResults);