Table of Contents

Class ParamsSourceAttribute

Namespace
BenchmarkDotNet.Attributes
Assembly
BenchmarkDotNet.Annotations.dll
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public class ParamsSourceAttribute : PriorityAttribute
Inheritance
ParamsSourceAttribute
Inherited Members

Constructors

ParamsSourceAttribute(string)

public ParamsSourceAttribute(string name)

Parameters

name string

ParamsSourceAttribute(Type, string)

public ParamsSourceAttribute(Type type, string name)

Parameters

type Type
name string

Properties

Name

public string Name { get; }

Property Value

string

Type

public Type? Type { get; }

Property Value

Type