Table of Contents

Class GenericTypeArgumentsAttribute

Namespace
BenchmarkDotNet.Attributes
Assembly
BenchmarkDotNet.Annotations.dll
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class GenericTypeArgumentsAttribute : Attribute
Inheritance
GenericTypeArgumentsAttribute
Inherited Members

Constructors

GenericTypeArgumentsAttribute(Type)

public GenericTypeArgumentsAttribute(Type type)

Parameters

type Type

GenericTypeArgumentsAttribute(Type, Type)

public GenericTypeArgumentsAttribute(Type type1, Type type2)

Parameters

type1 Type
type2 Type

GenericTypeArgumentsAttribute(Type, Type, Type)

public GenericTypeArgumentsAttribute(Type type1, Type type2, Type type3)

Parameters

type1 Type
type2 Type
type3 Type

Properties

GenericTypeArguments

public Type[] GenericTypeArguments { get; }

Property Value

Type[]