Class Characteristic<T>
Inherited Members
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 |