Show / Hide Table of Contents

Interface IFilter

Namespace: BenchmarkDotNet.Filters
Assembly: BenchmarkDotNet.dll
Syntax
public interface IFilter

Methods

Predicate(BenchmarkCase)

Declaration
bool Predicate(BenchmarkCase benchmarkCase)
Parameters
Type Name Description
BenchmarkCase benchmarkCase
Returns
Type Description
Boolean
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors