Class ObservableCollectionExt
Inheritance
System.Object
ObservableCollectionExt
Namespace: Telerik.ReportViewer.Common
Assembly: Telerik.ReportViewer.WinForms.dll
Syntax
public static class ObservableCollectionExt
Methods
Find<T>(ObservableCollection<T>, Func<T, Boolean>)
Declaration
public static T Find<T>(this ObservableCollection<T> collection, Func<T, bool> predicate)
Parameters
System.Collections.ObjectModel.ObservableCollection<T>
collection
|
System.Func<T, System.Boolean>
predicate
|
Returns
T
|
Type Parameters
T
|