Show / Hide Table of Contents

Class SimpleFilter

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

Constructors

SimpleFilter(Func<BenchmarkCase, Boolean>)

Declaration
public SimpleFilter(Func<BenchmarkCase, bool> predicate)
Parameters
Type Name Description
Func<BenchmarkCase, Boolean> predicate

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