Search Results for

    Show / Hide Table of Contents

    Class SourceTextContainer

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

    Constructors

    SourceTextContainer()

    Declaration
    protected SourceTextContainer()

    Properties

    CurrentText

    Declaration
    public abstract SourceText CurrentText { get; }
    Property Value
    Type Description
    SourceText

    Events

    TextChanged

    Declaration
    public abstract event EventHandler<TextChangeEventArgs> TextChanged
    Event Type
    Type Description
    EventHandler<TextChangeEventArgs>
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0