Search Results for

    Show / Hide Table of Contents

    Class AdditionalText

    Inheritance
    object
    AdditionalText
    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 AdditionalText

    Constructors

    AdditionalText()

    Declaration
    protected AdditionalText()

    Properties

    Path

    Declaration
    public abstract string Path { get; }
    Property Value
    Type Description
    string

    Methods

    GetText(CancellationToken)

    Declaration
    public abstract SourceText? GetText(CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Returns
    Type Description
    SourceText
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0