Search Results for

    Show / Hide Table of Contents

    Struct SymbolDisplayPart

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public readonly struct SymbolDisplayPart

    Constructors

    SymbolDisplayPart(SymbolDisplayPartKind, ISymbol?, string)

    Declaration
    public SymbolDisplayPart(SymbolDisplayPartKind kind, ISymbol? symbol, string text)
    Parameters
    Type Name Description
    SymbolDisplayPartKind kind
    ISymbol symbol
    string text

    Properties

    Kind

    Declaration
    public SymbolDisplayPartKind Kind { get; }
    Property Value
    Type Description
    SymbolDisplayPartKind

    Symbol

    Declaration
    public ISymbol? Symbol { get; }
    Property Value
    Type Description
    ISymbol

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0