Show / Hide Table of Contents

Class AttributesFilter

filters benchmarks by provided attribute names

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

Constructors

AttributesFilter(String[])

Declaration
public AttributesFilter(string[] attributes)
Parameters
Type Name Description
String[] attributes

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