Class CompositeExporter
  
  
  
  
    Inheritance
    
    CompositeExporter
   
  
  
  Assembly: BenchmarkDotNet.dll
  Syntax
  
    public class CompositeExporter : IExporter
   
  Constructors
  
  
  
  
  CompositeExporter(ImmutableArray<IExporter>)
  
  
  Declaration
  
    public CompositeExporter(ImmutableArray<IExporter> exporters)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | ImmutableArray<IExporter> | 
        exporters | 
         | 
      
    
  
  Properties
  
  
  
  
  Name
  
  
  Declaration
  
    public string Name { get; }
   
  Property Value
  
  Methods
  
  
  
  
  ExportToFiles(Summary, ILogger)
  
  
  Declaration
  
    public IEnumerable<string> ExportToFiles(Summary summary, ILogger consoleLogger)
   
  Parameters
  
  Returns
  
  
  
  
  ExportToLog(Summary, ILogger)
  
  
  Declaration
  
    public void ExportToLog(Summary summary, ILogger logger)
   
  Parameters
  
  Implements