ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.TypeScript Namespace / ArrayExtension Class / find<T> Method

In This Topic
    find<T> Method (ArrayExtension)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function find(Of T)( _
       ByVal list As List(Of T), _
       ByVal match As Predicate(Of T) _
    ) As T
    public static T find<T>( 
       List<T> list,
       Predicate<T> match
    )

    Parameters

    list
    match

    Type Parameters

    T
    See Also