Show / Hide Table of Contents

Class Characteristic<T>

Inheritance
Object
Characteristic
Characteristic<T>
Inherited Members
Characteristic.EmptyValue
Characteristic.Create<TOwner, T>(String)
Characteristic.Create<TOwner, T>(String, T)
Characteristic.Create<TOwner, T>(String, Func<CharacteristicObject, T, T>, T, Boolean)
Characteristic.CreateHidden<TOwner, T>(String)
Characteristic.CreateIgnoreOnApply<TOwner, T>(String)
Characteristic.Id
Characteristic.FullId
Characteristic.IgnoreOnApply
Characteristic.DontShowInSummary
Characteristic.CharacteristicType
Characteristic.DeclaringType
Characteristic.HasChildCharacteristics
Characteristic.ToString()
Namespace: BenchmarkDotNet.Characteristics
Assembly: BenchmarkDotNet.dll
Syntax
public class Characteristic<T> : Characteristic
Type Parameters
Name Description
T

Properties

FallbackValue

Declaration
public T FallbackValue { get; }
Property Value
Type Description
T

Item[CharacteristicObject]

Declaration
public T this[CharacteristicObject obj] { get; set; }
Parameters
Type Name Description
CharacteristicObject obj
Property Value
Type Description
T

Extension Methods

CharacteristicHelper.IsPresentableCharacteristic(Characteristic, Boolean)
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors