Class UnionFilter
Implements
Namespace: BenchmarkDotNet.Filters
Assembly: BenchmarkDotNet.dll
Syntax
public class UnionFilter : IFilter
  Constructors
UnionFilter(IFilter[])
Declaration
public UnionFilter(params IFilter[] filters)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IFilter[] | filters | 
Methods
Predicate(BenchmarkCase)
Declaration
public bool Predicate(BenchmarkCase benchmarkCase)
  Parameters
| Type | Name | Description | 
|---|---|---|
| BenchmarkCase | benchmarkCase | 
Returns
| Type | Description | 
|---|---|
| Boolean |