EventsCalendar for ASP.NET Web Forms
ConvertAll<TOutput> Method

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1EventsCalendar Namespace > C1EventCollection Class : ConvertAll<TOutput> Method
Syntax
'Declaration
 
Public Function ConvertAll(Of TOutput)( _
   ByVal converter As Converter(Of Event,TOutput) _
) As System.Collections.Generic.List(Of TOutput)
public System.Collections.Generic.List<TOutput> ConvertAll<TOutput>( 
   Converter<Event,TOutput> converter
)

Parameters

converter

Type Parameters

TOutput
See Also

Reference

C1EventCollection Class
C1EventCollection Members