Class
ObservableCollectionExt

Definition

Namespace:Telerik.ReportViewer.Common

Assembly:Telerik.ReportViewer.WinForms.dll

Syntax:

cs-api-definition
public static class ObservableCollectionExt

Inheritance: objectObservableCollectionExt

Methods

Find<T>(ObservableCollection<T>, Func<T, bool>)

Declaration

cs-api-definition
public static T Find<T>(this ObservableCollection<T> collection, Func<T, bool> predicate)

Parameters

collection

ObservableCollection<T>

predicate

Func<T, bool>

Returns

T