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
GenericTypeArgumentsAttribute(Type, Type, Type)
public GenericTypeArgumentsAttribute(Type type1, Type type2, Type type3)
Parameters
Properties
GenericTypeArguments
public Type[] GenericTypeArguments { get; }
Property Value
- Type[]