Search Results for

    Show / Hide Table of Contents

    Class AttributeData

    Inheritance
    object
    AttributeData
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public abstract class AttributeData

    Constructors

    AttributeData()

    Declaration
    protected AttributeData()

    Properties

    ApplicationSyntaxReference

    Declaration
    public SyntaxReference? ApplicationSyntaxReference { get; }
    Property Value
    Type Description
    SyntaxReference

    AttributeClass

    Declaration
    public INamedTypeSymbol? AttributeClass { get; }
    Property Value
    Type Description
    INamedTypeSymbol

    AttributeConstructor

    Declaration
    public IMethodSymbol? AttributeConstructor { get; }
    Property Value
    Type Description
    IMethodSymbol

    CommonApplicationSyntaxReference

    Declaration
    protected abstract SyntaxReference? CommonApplicationSyntaxReference { get; }
    Property Value
    Type Description
    SyntaxReference

    CommonAttributeClass

    Declaration
    protected abstract INamedTypeSymbol? CommonAttributeClass { get; }
    Property Value
    Type Description
    INamedTypeSymbol

    CommonAttributeConstructor

    Declaration
    protected abstract IMethodSymbol? CommonAttributeConstructor { get; }
    Property Value
    Type Description
    IMethodSymbol

    CommonConstructorArguments

    Declaration
    protected abstract ImmutableArray<TypedConstant> CommonConstructorArguments { get; }
    Property Value
    Type Description
    ImmutableArray<TypedConstant>

    CommonNamedArguments

    Declaration
    protected abstract ImmutableArray<KeyValuePair<string, TypedConstant>> CommonNamedArguments { get; }
    Property Value
    Type Description
    ImmutableArray<KeyValuePair<string, TypedConstant>>

    ConstructorArguments

    Declaration
    public ImmutableArray<TypedConstant> ConstructorArguments { get; }
    Property Value
    Type Description
    ImmutableArray<TypedConstant>

    NamedArguments

    Declaration
    public ImmutableArray<KeyValuePair<string, TypedConstant>> NamedArguments { get; }
    Property Value
    Type Description
    ImmutableArray<KeyValuePair<string, TypedConstant>>
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0