ConvertAll<TOutput> Method (C1EventCollection)
                In This Topic
            
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Function ConvertAll(Of )( _
   ByVal  As Converter(Of Event,TOutput) _
) As System.Collections.Generic.List(Of TOutput)
             
        
            
            public System.Collections.Generic.List<TOutput> ConvertAll<>( 
   Converter<Event,TOutput> 
)
             
        
             
        
            Parameters
- converter
Type Parameters
- TOutput
 
            
            
            
            
            
            
            
            
            
            
            
            See Also