Search Results for

    Show / Hide Table of Contents

    Class TUEvent

    Represents a translation unit event in the stream.

    Inheritance
    System.Object
    Event
    TUEvent
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.IO.Streams
    Assembly: Sdl.LanguagePlatform.IO.dll
    Syntax
    public class TUEvent : Event

    Constructors

    TUEvent(TranslationUnit)

    Initializes a new instance of the TUEvent class with the specified translation unit.

    Declaration
    public TUEvent(TranslationUnit tu)
    Parameters
    Type Name Description
    TranslationUnit tu

    The translation unit.

    Properties

    TranslationUnit

    Gets the underlying translation unit.

    Declaration
    public TranslationUnit TranslationUnit { get; }
    Property Value
    Type Description
    TranslationUnit

    On this page

    • Constructors
      • TUEvent(TranslationUnit)
    • Properties
      • TranslationUnit
    Back to top Generated by DocFX