Show / Hide Table of Contents

Class NameFilter

Inheritance
Object
SimpleFilter
NameFilter
Implements
IFilter
Inherited Members
SimpleFilter.Predicate(BenchmarkCase)
Namespace: BenchmarkDotNet.Filters
Assembly: BenchmarkDotNet.dll
Syntax
public class NameFilter : SimpleFilter, IFilter

Constructors

NameFilter(Func<String, Boolean>)

Declaration
public NameFilter(Func<string, bool> predicate)
Parameters
Type Name Description
Func<String, Boolean> predicate

Implements

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