Show / Hide Table of Contents

Class AssemblyTraitAttribute

Attribute used to decorate an assembly with arbitrary name/value pairs ("traits").

Inheritance
Object
AssemblyTraitAttribute
Implements
ITraitAttribute
Namespace: Xunit
Assembly: xunit.core.dll
Syntax
public sealed class AssemblyTraitAttribute : Attribute, ITraitAttribute

Constructors

| Improve this Doc View Source

AssemblyTraitAttribute(String, String)

Creates a new instance of the AssemblyTraitAttribute class.

Declaration
public AssemblyTraitAttribute(string name, string value)
Parameters
Type Name Description
String name

The trait name

String value

The trait value

Implements

ITraitAttribute
  • Improve this Doc
  • View Source
Back to top Generated by DocFX