Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.8 Assembly / C1.Win.C1Themes Namespace / C1IconCollection Class / FindLast Method

In This Topic
    FindLast Method (C1IconCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function FindLast( _
       ByVal match As System.Predicate(Of ThemeItem) _
    ) As ThemeItem
    public ThemeItem FindLast( 
       System.Predicate<ThemeItem> match
    )

    Parameters

    match
    See Also