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

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

    Parameters

    array
    match

    Type Parameters

    T
    See Also