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.
|
System.
|
Returns
T
|
Type Parameters
T
|