Show / Hide Table of Contents

Class DisjunctionFilter

Inheritance
Object
DisjunctionFilter
Implements
IFilter
Namespace: BenchmarkDotNet.Filters
Assembly: BenchmarkDotNet.dll
Syntax
public class DisjunctionFilter : IFilter

Constructors

DisjunctionFilter(IFilter[])

Declaration
public DisjunctionFilter(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

Implements

IFilter
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors