C1.Silverlight.Schedule.5
FindAll Method

Syntax
'Declaration
 
Public Function FindAll( _
   ByVal match As System.Predicate(Of DayOfWeek) _
) As System.Collections.Generic.List(Of DayOfWeek)
public System.Collections.Generic.List<DayOfWeek> FindAll( 
   System.Predicate<DayOfWeek> match
)

Parameters

match
See Also

Reference

WorkDays Class
WorkDays Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.